#064711

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

Shades of Deep Fir #064711

Tints of Deep Fir #064711

Color information

#064711 (or 0x064711) is unknown color: approx Deep Fir. HEX triplet: 06, 47 and 11. RGB value is (6,71,17). Sum of RGB (Red+Green+Blue) = 6+71+17=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 71 (28.12% from 255 or 75.53% from 94); Blue value is 17 (7.03% from 255 or 18.09% from 94); Max value from RGB is 71 - color contains mainly: green. Hex color #064711 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064711 is #F9B8EE. Grayscale: #2D2D2D. Windows color (decimal): -16365807 or 1132294. OLE color: 1132294.

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

Color convert

RGB67117-
CMYK0.9200.760.72
HSL130.15º84.42%15.1%-
HSV(B)130.15º91.55%27.84%-
XYZ2.434.591.29-
YUV45.41111.9799.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.38%
GREEN value IS 71 (28.12% from 255) = 75.53%
BLUE value IS 17 (7.03% from 255) = 18.09%
R=6.38%
G=75.53%
B=18.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal671170.9200.760.72130.1584.4215.1
Hex647115C04C488254f
Octal610721134011411020212417
Binary11010001111000110111000100110010010001000001010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064711; }

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

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

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

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

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

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

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

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