#0A7710

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

Shades of Green #0A7710

Tints of Green #0A7710

Color information

#0A7710 (or 0x0A7710) is unknown color: approx Green. HEX triplet: 0A, 77 and 10. RGB value is (10,119,16). Sum of RGB (Red+Green+Blue) = 10+119+16=145 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.90% from 145); Green value is 119 (46.88% from 255 or 82.07% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 119 - color contains mainly: green. Hex color #0A7710 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7710 is #F588EF. Grayscale: #4A4A4A. Windows color (decimal): -16091376 or 1079050. OLE color: 1079050.

HSL color Cylindrical-coordinate representation of color #0A7710: hue angle of 123.3º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7710 is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB1011916-
CMYK0.9200.870.53
HSL123.3º84.5%25.29%-
HSV(B)123.3º91.6%46.67%-
XYZ6.8213.32.7-
YUV74.6794.8981.88-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.90%
GREEN value IS 119 (46.88% from 255) = 82.07%
BLUE value IS 16 (6.64% from 255) = 11.03%
R=6.90%
G=82.07%
B=11.03%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10119160.9200.870.53123.384.525.29
HexA77105C057357b5419
Octal121672013401276517312431
Binary10101110111100001011100010101111101011111011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,119,16); }

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

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

 a { background-color: rgb(10,119,16); }

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

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

 span { border-color: rgb(10,119,16); }

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