#064612

Color #064612 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #064612

Tints of Deep Fir #064612

Color information

#064612 (or 0x064612) is unknown color: approx 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

RGB67018-
CMYK0.9100.740.73
HSL131.25º84.21%14.9%-
HSV(B)131.25º91.43%27.45%-
XYZ2.374.461.31-
YUV44.94112.8100.23-

RGB Variations

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

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 (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal670180.9100.740.73131.2584.2114.9
Hex646125B04A498354f
Octal610622133011211120312417
Binary11010001101001010110110100101010010011000001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>