#0A770D

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

Shades of Green #0A770D

Tints of Green #0A770D

Color information

#0A770D (or 0x0A770D) is unknown color: approx Green. HEX triplet: 0A, 77 and 0D. RGB value is (10,119,13). Sum of RGB (Red+Green+Blue) = 10+119+13=142 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.04% from 142); Green value is 119 (46.88% from 255 or 83.80% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 119 - color contains mainly: green. Hex color #0A770D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A770D is #F588F2. Grayscale: #4A4A4A. Windows color (decimal): -16091379 or 882442. OLE color: 882442.

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

Color convert

RGB1011913-
CMYK0.9200.890.53
HSL121.65º84.5%25.29%-
HSV(B)121.65º91.6%46.67%-
XYZ6.7913.292.59-
YUV74.3293.3982.12-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.04%
GREEN value IS 119 (46.88% from 255) = 83.80%
BLUE value IS 13 (5.47% from 255) = 9.15%
R=7.04%
G=83.80%
B=9.15%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10119130.9200.890.53121.6584.525.29
HexA77D5C059357a5419
Octal121671513401316517212431
Binary1010111011111011011100010110011101011111010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A770D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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