#0A6D08

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

Shades of Green #0A6D08

Tints of Green #0A6D08

Color information

#0A6D08 (or 0x0A6D08) is unknown color: approx Green. HEX triplet: 0A, 6D and 08. RGB value is (10,109,8). Sum of RGB (Red+Green+Blue) = 10+109+8=127 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.87% from 127); Green value is 109 (42.97% from 255 or 85.83% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 109 - color contains mainly: green. Hex color #0A6D08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6D08 is #F592F7. Grayscale: #444444. Windows color (decimal): -16093944 or 552202. OLE color: 552202.

HSL color Cylindrical-coordinate representation of color #0A6D08: hue angle of 118.81º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A6D08 is Cyan = 0.91, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.57.

Color convert

RGB101098-
CMYK0.9100.930.57
HSL118.81º86.32%22.94%-
HSV(B)118.81º92.66%42.75%-
XYZ5.6411.022.06-
YUV67.8994.286.71-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.87%
GREEN value IS 109 (42.97% from 255) = 85.83%
BLUE value IS 8 (3.52% from 255) = 6.30%
R=7.87%
G=85.83%
B=6.30%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1010980.9100.930.57118.8186.3222.94
HexA6D85B05D39775617
Octal121551013301357116712627
Binary1010110110110001011011010111011110011110111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A6D08; }

 p { color: rgb(10,109,8); }

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

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

 a { background-color: rgb(10,109,8); }

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

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

 span { border-color: rgb(10,109,8); }

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