#0A7205

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

Shades of Green #0A7205

Tints of Green #0A7205

Color information

#0A7205 (or 0x0A7205) is unknown color: approx Green. HEX triplet: 0A, 72 and 05. RGB value is (10,114,5). Sum of RGB (Red+Green+Blue) = 10+114+5=129 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.75% from 129); Green value is 114 (44.92% from 255 or 88.37% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 114 - color contains mainly: green. Hex color #0A7205 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7205 is #F58DFA. Grayscale: #464646. Windows color (decimal): -16092667 or 356874. OLE color: 356874.

HSL color Cylindrical-coordinate representation of color #0A7205: hue angle of 117.25º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A7205 is Cyan = 0.91, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB101145-
CMYK0.9100.960.55
HSL117.25º91.6%23.33%-
HSV(B)117.25º95.61%44.71%-
XYZ6.1712.112.16-
YUV70.4891.0484.86-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.75%
GREEN value IS 114 (44.92% from 255) = 88.37%
BLUE value IS 5 (2.34% from 255) = 3.88%
R=7.75%
G=88.37%
B=3.88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1011450.9100.960.55117.2591.623.33
HexA7255B06037755c17
Octal12162513301406716513427
Binary101011100101011011011011000001101111110101101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,114,5); }

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

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

 a { background-color: rgb(10,114,5); }

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

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

 span { border-color: rgb(10,114,5); }

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