#064916

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

Shades of Deep Fir #064916

Tints of Deep Fir #064916

Color information

#064916 (or 0x064916) is unknown color: approx Deep Fir. HEX triplet: 06, 49 and 16. RGB value is (6,73,22). Sum of RGB (Red+Green+Blue) = 6+73+22=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 73 (28.91% from 255 or 72.28% from 101); Blue value is 22 (8.98% from 255 or 21.78% from 101); Max value from RGB is 73 - color contains mainly: green. Hex color #064916 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064916 is #F9B6E9. Grayscale: #2F2F2F. Windows color (decimal): -16365290 or 1460486. OLE color: 1460486.

HSL color Cylindrical-coordinate representation of color #064916: hue angle of 134.33º 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 #064916 is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB67322-
CMYK0.9200.700.71
HSL134.33º84.81%15.49%-
HSV(B)134.33º91.78%28.63%-
XYZ2.64.861.56-
YUV47.15113.898.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.94%
GREEN value IS 73 (28.91% from 255) = 72.28%
BLUE value IS 22 (8.98% from 255) = 21.78%
R=5.94%
G=72.28%
B=21.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal673220.9200.700.71134.3384.8115.49
Hex649165C046478655f
Octal611126134010610720612517
Binary11010010011011010111000100011010001111000011010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064916; }

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

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

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

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

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

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

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

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