#0D7810

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

Shades of Green #0D7810

Tints of Green #0D7810

Color information

#0D7810 (or 0x0D7810) is unknown color: approx Green. HEX triplet: 0D, 78 and 10. RGB value is (13,120,16). Sum of RGB (Red+Green+Blue) = 13+120+16=149 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.72% from 149); Green value is 120 (47.27% from 255 or 80.54% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 120 - color contains mainly: green. Hex color #0D7810 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7810 is #F287EF. Grayscale: #4C4C4C. Windows color (decimal): -15894512 or 1079309. OLE color: 1079309.

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

Color convert

RGB1312016-
CMYK0.8900.870.53
HSL121.68º80.45%26.08%-
HSV(B)121.68º89.17%47.06%-
XYZ6.9813.562.74-
YUV76.1594.0582.96-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.72%
GREEN value IS 120 (47.27% from 255) = 80.54%
BLUE value IS 16 (6.64% from 255) = 10.74%
R=8.72%
G=80.54%
B=10.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal13120160.8900.870.53121.6880.4526.08
HexD781059057357a501a
Octal151702013101276517212032
Binary11011111000100001011001010101111101011111010101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,120,16); }

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

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

 a { background-color: rgb(13,120,16); }

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

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

 span { border-color: rgb(13,120,16); }

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