#064717

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

Shades of Deep Fir #064717

Tints of Deep Fir #064717

Color information

#064717 (or 0x064717) is unknown color: approx Deep Fir. HEX triplet: 06, 47 and 17. RGB value is (6,71,23). Sum of RGB (Red+Green+Blue) = 6+71+23=100 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6% from 100); Green value is 71 (28.12% from 255 or 71% from 100); Blue value is 23 (9.38% from 255 or 23% from 100); Max value from RGB is 71 - color contains mainly: green. Hex color #064717 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064717 is #F9B8E8. Grayscale: #2E2E2E. Windows color (decimal): -16365801 or 1525510. OLE color: 1525510.

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

Color convert

RGB67123-
CMYK0.9200.680.72
HSL135.69º84.42%15.1%-
HSV(B)135.69º91.55%27.84%-
XYZ2.484.611.57-
YUV46.09114.9799.4-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6%
GREEN value IS 71 (28.12% from 255) = 71%
BLUE value IS 23 (9.38% from 255) = 23%
R=6%
G=71%
B=23%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal671230.9200.680.72135.6984.4215.1
Hex647175C044488854f
Octal610727134010411021012417
Binary11010001111011110111000100010010010001000100010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064717; }

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

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

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

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

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

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

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

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