#064B17

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

Shades of Deep Fir #064B17

Tints of Deep Fir #064B17

Color information

#064B17 (or 0x064B17) is unknown color: approx Deep Fir. HEX triplet: 06, 4B and 17. RGB value is (6,75,23). Sum of RGB (Red+Green+Blue) = 6+75+23=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 75 (29.69% from 255 or 72.12% from 104); Blue value is 23 (9.38% from 255 or 22.12% from 104); Max value from RGB is 75 - color contains mainly: green. Hex color #064B17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064B17 is #F9B4E8. Grayscale: #303030. Windows color (decimal): -16364777 or 1526534. OLE color: 1526534.

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

Color convert

RGB67523-
CMYK0.9200.690.71
HSL134.78º85.19%15.88%-
HSV(B)134.78º92%29.41%-
XYZ2.755.131.66-
YUV48.44113.6497.73-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.77%
GREEN value IS 75 (29.69% from 255) = 72.12%
BLUE value IS 23 (9.38% from 255) = 22.12%
R=5.77%
G=72.12%
B=22.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal675230.9200.690.71134.7885.1915.88
Hex64B175C04547875510
Octal611327134010510720712520
Binary110100101110111101110001000101100011110000111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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