#11660A

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

Shades of Green #11660A

Tints of Green #11660A

Color information

#11660A (or 0x11660A) is unknown color: approx Green. HEX triplet: 11, 66 and 0A. RGB value is (17,102,10). Sum of RGB (Red+Green+Blue) = 17+102+10=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 102 (40.23% from 255 or 79.07% from 129); Blue value is 10 (4.30% from 255 or 7.75% from 129); Max value from RGB is 102 - color contains mainly: green. Hex color #11660A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11660A is #EE99F5. Grayscale: #424242. Windows color (decimal): -15636982 or 681489. OLE color: 681489.

HSL color Cylindrical-coordinate representation of color #11660A: hue angle of 115.43º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11660A is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.6.

Color convert

RGB1710210-
CMYK0.8300.900.6
HSL115.43º82.14%21.96%-
HSV(B)115.43º90.2%40%-
XYZ5.049.641.88-
YUV66.196.3492.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.18%
GREEN value IS 102 (40.23% from 255) = 79.07%
BLUE value IS 10 (4.30% from 255) = 7.75%
R=13.18%
G=79.07%
B=7.75%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal17102100.8300.900.6115.4382.1421.96
Hex1166A5305A3C735216
Octal211461212301327416312226
Binary10001110011010101010011010110101111001110011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11660A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11660A; }

 p { color: rgb(17,102,10); }

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

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

 a { background-color: rgb(17,102,10); }

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

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

 span { border-color: rgb(17,102,10); }

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