#064713

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

Shades of Deep Fir #064713

Tints of Deep Fir #064713

Color information

#064713 (or 0x064713) is unknown color: approx Deep Fir. HEX triplet: 06, 47 and 13. RGB value is (6,71,19). Sum of RGB (Red+Green+Blue) = 6+71+19=96 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.25% from 96); Green value is 71 (28.12% from 255 or 73.96% from 96); Blue value is 19 (7.81% from 255 or 19.79% from 96); Max value from RGB is 71 - color contains mainly: green. Hex color #064713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064713 is #F9B8EC. Grayscale: #2D2D2D. Windows color (decimal): -16365805 or 1263366. OLE color: 1263366.

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

Color convert

RGB67119-
CMYK0.9200.730.72
HSL132º84.42%15.1%-
HSV(B)132º91.55%27.84%-
XYZ2.454.591.37-
YUV45.64112.9799.73-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.25%
GREEN value IS 71 (28.12% from 255) = 73.96%
BLUE value IS 19 (7.81% from 255) = 19.79%
R=6.25%
G=73.96%
B=19.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal671190.9200.730.7213284.4215.1
Hex647135C049488454f
Octal610723134011111020412417
Binary11010001111001110111000100100110010001000010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064713; }

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

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

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

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

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

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

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

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