#006A11

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

Shades of Green #006A11

Tints of Green #006A11

Color information

#006A11 (or 0x006A11) is unknown color: approx Green. HEX triplet: 00, 6A and 11. RGB value is (0,106,17). Sum of RGB (Red+Green+Blue) = 0+106+17=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 106 (41.80% from 255 or 86.18% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 106 - color contains mainly: green. Hex color #006A11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006A11 is #FF95EE. Grayscale: #404040. Windows color (decimal): -16750063 or 1141248. OLE color: 1141248.

HSL color Cylindrical-coordinate representation of color #006A11: hue angle of 129.62º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006A11 is Cyan = 1, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB010617-
CMYK100.840.58
HSL129.62º100%20.78%-
HSV(B)129.62º100%41.57%-
XYZ5.2610.352.25-
YUV64.16101.3882.24-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 106 (41.80% from 255) = 86.18%
BLUE value IS 17 (7.03% from 255) = 13.82%
R=0%
G=86.18%
B=13.82%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal010617100.840.58129.6210020.78
Hex06A11640543A826415
Octal01522114401247220214425
Binary011010101000111001000101010011101010000010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006A11; }

 p { color: rgb(0,106,17); }

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

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

 a { background-color: rgb(0,106,17); }

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

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

 span { border-color: rgb(0,106,17); }

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