Html Css Color HEX #064912 Deep Fir

📋 copy color: '#064912'

red 6 ◦ green 73 ◦ blue 18

#064912
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #064912

Tints of Deep Fir #064912

RGB

 RED value IS 6 (2.73% from 255) = 6.19%

 GREEN value IS 73 (28.91% from 255) = 75.26%

 BLUE value IS 18 (7.42% from 255) = 18.56%

R = 6.19%
G = 75.26%
B = 18.56%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.75

 K value IS 0.71

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#064912 (or 0x064912) is known color: Deep Fir. HEX triplet: 06, 49 and 12. RGB value is (6,73,18). Sum of RGB (Red+Green+Blue) = 6+73+18=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 73 (28.91% from 255 or 75.26% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 73 - color contains mainly: green. Hex color #064912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064912 is #F9B6ED. Grayscale: #2E2E2E. Windows color (decimal): -16365294 or 1198342. OLE color: 1198342.

HSL color Cylindrical-coordinate representation of color #064912: hue angle of 130.75º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064912 is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 73 18 -
CMYK 0.92 0 0.75 0.71
HSL 130.75º 0.85% 0.15% -
HSV(B) 130.75º 0.92% 0.29% -
XYZ 2.57 4.85 1.37 -
YUV 46.7 111.8 98.97 -
System Red Green Blue C M Y K H S L
Decimal 6 73 18 0.92 0 0.75 0.71 130.75 0.85 0.15
Hex 6 49 12 5C 0 4B 47 83 55 F
Octal 6 111 22 134 0 113 107 203 125 17
Binary 110 1001001 10010 1011100 0 1001011 1000111 10000011 1010101 1111

Color Harmonies of #064912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064912

Black with #064912

Text Example


Text Example

White with #064912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064912; }

 p { color: rgb(6,73,18); }

 H1.HeaderClassName
 {
   color: #064912;
 }
 .AnyTagClassName
 {
   color: #064912;
 }
</style>

background-color css

<style>
 a { background-color: #064912; }

 a { background-color: rgb(6,73,18); }

 div.DivClassName
 {
   background-color: #064912;
 }
 .BgClassName
 {
   background-color: #064912;
 }
</style>

border-color css

<style>
 span { border-color: #064912; }

 span { border-color: rgb(6,73,18); }

 td.TdClassName
 {
   border-color: #064912;
 }
 .TagClassName
 {
   border-color: #064912;
 }
</style>