#0A7C06

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

Shades of Green #0A7C06

Tints of Green #0A7C06

Color information

#0A7C06 (or 0x0A7C06) is unknown color: approx Green. HEX triplet: 0A, 7C and 06. RGB value is (10,124,6). Sum of RGB (Red+Green+Blue) = 10+124+6=140 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.14% from 140); Green value is 124 (48.83% from 255 or 88.57% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 124 - color contains mainly: green. Hex color #0A7C06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7C06 is #F583F9. Grayscale: #4C4C4C. Windows color (decimal): -16090106 or 424970. OLE color: 424970.

HSL color Cylindrical-coordinate representation of color #0A7C06: hue angle of 117.97º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A7C06 is Cyan = 0.92, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.51.

Color convert

RGB101246-
CMYK0.9200.950.51
HSL117.97º90.77%25.49%-
HSV(B)117.97º95.16%48.63%-
XYZ7.3714.492.58-
YUV76.4688.2380.59-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.14%
GREEN value IS 124 (48.83% from 255) = 88.57%
BLUE value IS 6 (2.73% from 255) = 4.29%
R=7.14%
G=88.57%
B=4.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1012460.9200.950.51117.9790.7725.49
HexA7C65C05F33765b19
Octal12174613401376316613331
Binary101011111001101011100010111111100111110110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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