#064718

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

Shades of Deep Fir #064718

Tints of Deep Fir #064718

Color information

#064718 (or 0x064718) is unknown color: approx Deep Fir. HEX triplet: 06, 47 and 18. RGB value is (6,71,24). Sum of RGB (Red+Green+Blue) = 6+71+24=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 71 (28.12% from 255 or 70.30% from 101); Blue value is 24 (9.77% from 255 or 23.76% from 101); Max value from RGB is 71 - color contains mainly: green. Hex color #064718 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064718 is #F9B8E7. Grayscale: #2E2E2E. Windows color (decimal): -16365800 or 1591046. OLE color: 1591046.

HSL color Cylindrical-coordinate representation of color #064718: hue angle of 136.62º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064718 is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.72.

Color convert

RGB67124-
CMYK0.9200.660.72
HSL136.62º84.42%15.1%-
HSV(B)136.62º91.55%27.84%-
XYZ2.494.611.62-
YUV46.21115.4799.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.94%
GREEN value IS 71 (28.12% from 255) = 70.30%
BLUE value IS 24 (9.77% from 255) = 23.76%
R=5.94%
G=70.30%
B=23.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal671240.9200.660.72136.6284.4215.1
Hex647185C042488954f
Octal610730134010211021112417
Binary11010001111100010111000100001010010001000100110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064718; }

 p { color: rgb(6,71,24); }

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

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

 a { background-color: rgb(6,71,24); }

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

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

 span { border-color: rgb(6,71,24); }

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