Html Css Color HEX #064612 Deep Fir

📋 copy color: '#064612'

red 6 ◦ green 70 ◦ blue 18

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

Shades of Deep Fir #064612

Tints of Deep Fir #064612

RGB

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

 GREEN value IS 70 (27.73% from 255) = 74.47%

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

R = 6.38%
G = 74.47%
B = 19.15%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#064612 (or 0x064612) is known color: Deep Fir. HEX triplet: 06, 46 and 12. RGB value is (6,70,18). Sum of RGB (Red+Green+Blue) = 6+70+18=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 70 (27.73% from 255 or 74.47% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 70 - color contains mainly: green. Hex color #064612 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064612 is #F9B9ED. Grayscale: #2D2D2D. Windows color (decimal): -16366062 or 1197574. OLE color: 1197574.

HSL color Cylindrical-coordinate representation of color #064612: hue angle of 131.25º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064612 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 70 18 -
CMYK 0.91 0 0.74 0.73
HSL 131.25º 0.84% 0.15% -
HSV(B) 131.25º 0.91% 0.27% -
XYZ 2.37 4.46 1.31 -
YUV 44.94 112.8 100.23 -
System Red Green Blue C M Y K H S L
Decimal 6 70 18 0.91 0 0.74 0.73 131.25 0.84 0.15
Hex 6 46 12 5B 0 4A 49 83 54 F
Octal 6 106 22 133 0 112 111 203 124 17
Binary 110 1000110 10010 1011011 0 1001010 1001001 10000011 1010100 1111

Color Harmonies of #064612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064612

Black with #064612

Text Example


Text Example

White with #064612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064612; }

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

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

background-color css

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

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

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

border-color css

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

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

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