#0A6C06

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

Shades of Green #0A6C06

Tints of Green #0A6C06

Color information

#0A6C06 (or 0x0A6C06) is unknown color: approx Green. HEX triplet: 0A, 6C and 06. RGB value is (10,108,6). Sum of RGB (Red+Green+Blue) = 10+108+6=124 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.06% from 124); Green value is 108 (42.58% from 255 or 87.10% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 108 - color contains mainly: green. Hex color #0A6C06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6C06 is #F593F9. Grayscale: #434343. Windows color (decimal): -16094202 or 420874. OLE color: 420874.

HSL color Cylindrical-coordinate representation of color #0A6C06: hue angle of 117.65º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A6C06 is Cyan = 0.91, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB101086-
CMYK0.9100.940.58
HSL117.65º89.47%22.35%-
HSV(B)117.65º94.44%42.35%-
XYZ5.5210.81.97-
YUV67.0793.5387.29-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.06%
GREEN value IS 108 (42.58% from 255) = 87.10%
BLUE value IS 6 (2.73% from 255) = 4.84%
R=8.06%
G=87.10%
B=4.84%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1010860.9100.940.58117.6589.4722.35
HexA6C65B05E3A765916
Octal12154613301367216613126
Binary101011011001101011011010111101110101110110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,108,6); }

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

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

 a { background-color: rgb(10,108,6); }

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

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

 span { border-color: rgb(10,108,6); }

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