#0A7701

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

Shades of Green #0A7701

Tints of Green #0A7701

Color information

#0A7701 (or 0x0A7701) is unknown color: approx Green. HEX triplet: 0A, 77 and 01. RGB value is (10,119,1). Sum of RGB (Red+Green+Blue) = 10+119+1=130 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.69% from 130); Green value is 119 (46.88% from 255 or 91.54% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 119 - color contains mainly: green. Hex color #0A7701 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7701 is #F588FE. Grayscale: #494949. Windows color (decimal): -16091391 or 96010. OLE color: 96010.

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

Color convert

RGB101191-
CMYK0.9200.990.53
HSL115.42º98.33%23.53%-
HSV(B)115.42º99.16%46.67%-
XYZ6.7313.262.23-
YUV72.9687.3983.09-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.69%
GREEN value IS 119 (46.88% from 255) = 91.54%
BLUE value IS 1 (0.78% from 255) = 0.77%
R=7.69%
G=91.54%
B=0.77%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1011910.9200.990.53115.4298.3323.53
HexA7715C06335736218
Octal12167113401436516314230
Binary1010111011111011100011000111101011110011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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