#064610

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

Shades of Deep Fir #064610

Tints of Deep Fir #064610

Color information

#064610 (or 0x064610) is unknown color: approx Deep Fir. HEX triplet: 06, 46 and 10. RGB value is (6,70,16). Sum of RGB (Red+Green+Blue) = 6+70+16=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 70 (27.73% from 255 or 76.09% from 92); Blue value is 16 (6.64% from 255 or 17.39% from 92); Max value from RGB is 70 - color contains mainly: green. Hex color #064610 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064610 is #F9B9EF. Grayscale: #2C2C2C. Windows color (decimal): -16366064 or 1066502. OLE color: 1066502.

HSL color Cylindrical-coordinate representation of color #064610: hue angle of 129.38º 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 #064610 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.73.

Color convert

RGB67016-
CMYK0.9100.770.73
HSL129.38º84.21%14.9%-
HSV(B)129.38º91.43%27.45%-
XYZ2.364.461.23-
YUV44.71111.8100.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.52%
GREEN value IS 70 (27.73% from 255) = 76.09%
BLUE value IS 16 (6.64% from 255) = 17.39%
R=6.52%
G=76.09%
B=17.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal670160.9100.770.73129.3884.2114.9
Hex646105B04D498154f
Octal610620133011511120112417
Binary11010001101000010110110100110110010011000000110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064610; }

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

 H1.HeaderClassName
 {
   color: #064610;
 }
 .AnyTagClassName
 {
   color: #064610;
 }
</style>
background-color css

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

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

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

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

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

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