#0A7708

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

Shades of Green #0A7708

Tints of Green #0A7708

Color information

#0A7708 (or 0x0A7708) is unknown color: approx Green. HEX triplet: 0A, 77 and 08. RGB value is (10,119,8). Sum of RGB (Red+Green+Blue) = 10+119+8=137 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.30% from 137); Green value is 119 (46.88% from 255 or 86.86% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 119 - color contains mainly: green. Hex color #0A7708 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7708 is #F588F7. Grayscale: #4A4A4A. Windows color (decimal): -16091384 or 554762. OLE color: 554762.

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

Color convert

RGB101198-
CMYK0.9200.930.53
HSL118.92º87.4%24.9%-
HSV(B)118.92º93.28%46.67%-
XYZ6.7713.282.44-
YUV73.7690.8982.53-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.30%
GREEN value IS 119 (46.88% from 255) = 86.86%
BLUE value IS 8 (3.52% from 255) = 5.84%
R=7.30%
G=86.86%
B=5.84%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1011980.9200.930.53118.9287.424.9
HexA7785C05D35775719
Octal121671013401356516712731
Binary1010111011110001011100010111011101011110111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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