#064715

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

Shades of Deep Fir #064715

Tints of Deep Fir #064715

Color information

#064715 (or 0x064715) is unknown color: approx Deep Fir. HEX triplet: 06, 47 and 15. RGB value is (6,71,21). Sum of RGB (Red+Green+Blue) = 6+71+21=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 71 (28.12% from 255 or 72.45% from 98); Blue value is 21 (8.59% from 255 or 21.43% from 98); Max value from RGB is 71 - color contains mainly: green. Hex color #064715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064715 is #F9B8EA. Grayscale: #2E2E2E. Windows color (decimal): -16365803 or 1394438. OLE color: 1394438.

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

Color convert

RGB67121-
CMYK0.9200.700.72
HSL133.85º84.42%15.1%-
HSV(B)133.85º91.55%27.84%-
XYZ2.464.61.47-
YUV45.86113.9799.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.12%
GREEN value IS 71 (28.12% from 255) = 72.45%
BLUE value IS 21 (8.59% from 255) = 21.43%
R=6.12%
G=72.45%
B=21.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal671210.9200.700.72133.8584.4215.1
Hex647155C046488654f
Octal610725134010611020612417
Binary11010001111010110111000100011010010001000011010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064715; }

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

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

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

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

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

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

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

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