#064710

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

Shades of Deep Fir #064710

Tints of Deep Fir #064710

Color information

#064710 (or 0x064710) is unknown color: approx Deep Fir. HEX triplet: 06, 47 and 10. RGB value is (6,71,16). Sum of RGB (Red+Green+Blue) = 6+71+16=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 71 (28.12% from 255 or 76.34% from 93); Blue value is 16 (6.64% from 255 or 17.20% from 93); Max value from RGB is 71 - color contains mainly: green. Hex color #064710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064710 is #F9B8EF. Grayscale: #2D2D2D. Windows color (decimal): -16365808 or 1066758. OLE color: 1066758.

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

Color convert

RGB67116-
CMYK0.9200.770.72
HSL129.23º84.42%15.1%-
HSV(B)129.23º91.55%27.84%-
XYZ2.424.581.25-
YUV45.29111.4799.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.45%
GREEN value IS 71 (28.12% from 255) = 76.34%
BLUE value IS 16 (6.64% from 255) = 17.20%
R=6.45%
G=76.34%
B=17.20%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal671160.9200.770.72129.2384.4215.1
Hex647105C04D488154f
Octal610720134011511020112417
Binary11010001111000010111000100110110010001000000110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064710; }

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

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

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

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

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

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

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

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