#065114

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

Shades of Deep Fir #065114

Tints of Deep Fir #065114

Color information

#065114 (or 0x065114) is unknown color: approx Deep Fir. HEX triplet: 06, 51 and 14. RGB value is (6,81,20). Sum of RGB (Red+Green+Blue) = 6+81+20=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 81 (32.03% from 255 or 75.70% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 81 - color contains mainly: green. Hex color #065114 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065114 is #F9AEEB. Grayscale: #333333. Windows color (decimal): -16363244 or 1331462. OLE color: 1331462.

HSL color Cylindrical-coordinate representation of color #065114: hue angle of 131.2º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065114 is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.68.

Color convert

RGB68120-
CMYK0.9300.750.68
HSL131.2º86.21%17.06%-
HSV(B)131.2º92.59%31.76%-
XYZ3.145.971.65-
YUV51.62110.1595.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.61%
GREEN value IS 81 (32.03% from 255) = 75.70%
BLUE value IS 20 (8.20% from 255) = 18.69%
R=5.61%
G=75.70%
B=18.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal681200.9300.750.68131.286.2117.06
Hex651145D04B44835611
Octal612124135011310420312621
Binary110101000110100101110101001011100010010000011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065114; }

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

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

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

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

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

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

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

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