#064F14

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

Shades of Deep Fir #064F14

Tints of Deep Fir #064F14

Color information

#064F14 (or 0x064F14) is unknown color: approx Deep Fir. HEX triplet: 06, 4F and 14. RGB value is (6,79,20). Sum of RGB (Red+Green+Blue) = 6+79+20=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 79 (31.25% from 255 or 75.24% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 79 - color contains mainly: green. Hex color #064F14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #064F14 is #F9B0EB. Grayscale: #323232. Windows color (decimal): -16363756 or 1330950. OLE color: 1330950.

HSL color Cylindrical-coordinate representation of color #064F14: hue angle of 131.51º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064F14 is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB67920-
CMYK0.9200.750.69
HSL131.51º85.88%16.67%-
HSV(B)131.51º92.41%30.98%-
XYZ35.681.6-
YUV50.45110.8296.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.71%
GREEN value IS 79 (31.25% from 255) = 75.24%
BLUE value IS 20 (8.20% from 255) = 19.05%
R=5.71%
G=75.24%
B=19.05%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal679200.9200.750.69131.5185.8816.67
Hex64F145C04B45845611
Octal611724134011310520412621
Binary110100111110100101110001001011100010110000100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064F14; }

 p { color: rgb(6,79,20); }

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

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

 a { background-color: rgb(6,79,20); }

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

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

 span { border-color: rgb(6,79,20); }

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