#05660E

Color #05660E Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #05660E

Tints of Green #05660E

Color information

#05660E (or 0x05660E) is unknown color: approx Green. HEX triplet: 05, 66 and 0E. RGB value is (5,102,14). Sum of RGB (Red+Green+Blue) = 5+102+14=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 102 (40.23% from 255 or 84.30% from 121); Blue value is 14 (5.86% from 255 or 11.57% from 121); Max value from RGB is 102 - color contains mainly: green. Hex color #05660E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05660E is #FA99F1. Grayscale: #3F3F3F. Windows color (decimal): -16423410 or 943621. OLE color: 943621.

HSL color Cylindrical-coordinate representation of color #05660E: hue angle of 125.57º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05660E is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.6.

Color convert

RGB510214-
CMYK0.9500.860.6
HSL125.57º90.65%20.98%-
HSV(B)125.57º95.1%40%-
XYZ4.899.572-
YUV62.96100.3686.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.13%
GREEN value IS 102 (40.23% from 255) = 84.30%
BLUE value IS 14 (5.86% from 255) = 11.57%
R=4.13%
G=84.30%
B=11.57%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5102140.9500.860.6125.5790.6520.98
Hex566E5F0563C7e5b15
Octal51461613701267417613325
Binary101110011011101011111010101101111001111110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05660E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05660E; }

 p { color: rgb(5,102,14); }

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

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

 a { background-color: rgb(5,102,14); }

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

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

 span { border-color: rgb(5,102,14); }

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