#0A7717

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

Shades of Green #0A7717

Tints of Green #0A7717

Color information

#0A7717 (or 0x0A7717) is unknown color: approx Green. HEX triplet: 0A, 77 and 17. RGB value is (10,119,23). Sum of RGB (Red+Green+Blue) = 10+119+23=152 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.58% from 152); Green value is 119 (46.88% from 255 or 78.29% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 119 - color contains mainly: green. Hex color #0A7717 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7717 is #F588E8. Grayscale: #4B4B4B. Windows color (decimal): -16091369 or 1537802. OLE color: 1537802.

HSL color Cylindrical-coordinate representation of color #0A7717: hue angle of 127.16º 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 #0A7717 is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB1011923-
CMYK0.9200.810.53
HSL127.16º84.5%25.29%-
HSV(B)127.16º91.6%46.67%-
XYZ6.8813.323.02-
YUV75.4698.3981.31-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.58%
GREEN value IS 119 (46.88% from 255) = 78.29%
BLUE value IS 23 (9.38% from 255) = 15.13%
R=6.58%
G=78.29%
B=15.13%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10119230.9200.810.53127.1684.525.29
HexA77175C051357f5419
Octal121672713401216517712431
Binary10101110111101111011100010100011101011111111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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