#0A6D07

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

Shades of Green #0A6D07

Tints of Green #0A6D07

Color information

#0A6D07 (or 0x0A6D07) is unknown color: approx Green. HEX triplet: 0A, 6D and 07. RGB value is (10,109,7). Sum of RGB (Red+Green+Blue) = 10+109+7=126 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.94% from 126); Green value is 109 (42.97% from 255 or 86.51% from 126); Blue value is 7 (3.12% from 255 or 5.56% from 126); Max value from RGB is 109 - color contains mainly: green. Hex color #0A6D07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6D07 is #F592F8. Grayscale: #444444. Windows color (decimal): -16093945 or 486666. OLE color: 486666.

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

Color convert

RGB101097-
CMYK0.9100.940.57
HSL118.24º87.93%22.75%-
HSV(B)118.24º93.58%42.75%-
XYZ5.6311.022.03-
YUV67.7793.786.79-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.94%
GREEN value IS 109 (42.97% from 255) = 86.51%
BLUE value IS 7 (3.12% from 255) = 5.56%
R=7.94%
G=86.51%
B=5.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1010970.9100.940.57118.2487.9322.75
HexA6D75B05E39765817
Octal12155713301367116613027
Binary101011011011111011011010111101110011110110101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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