#064B16

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

Shades of Deep Fir #064B16

Tints of Deep Fir #064B16

Color information

#064B16 (or 0x064B16) is unknown color: approx Deep Fir. HEX triplet: 06, 4B and 16. RGB value is (6,75,22). Sum of RGB (Red+Green+Blue) = 6+75+22=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 75 (29.69% from 255 or 72.82% from 103); Blue value is 22 (8.98% from 255 or 21.36% from 103); Max value from RGB is 75 - color contains mainly: green. Hex color #064B16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064B16 is #F9B4E9. Grayscale: #303030. Windows color (decimal): -16364778 or 1460998. OLE color: 1460998.

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

Color convert

RGB67522-
CMYK0.9200.710.71
HSL133.91º85.19%15.88%-
HSV(B)133.91º92%29.41%-
XYZ2.745.131.6-
YUV48.33113.1497.81-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.83%
GREEN value IS 75 (29.69% from 255) = 72.82%
BLUE value IS 22 (8.98% from 255) = 21.36%
R=5.83%
G=72.82%
B=21.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal675220.9200.710.71133.9185.1915.88
Hex64B165C04747865510
Octal611326134010710720612520
Binary110100101110110101110001000111100011110000110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064B16; }

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

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

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

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

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

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

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

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