#0D7916

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

Shades of Green #0D7916

Tints of Green #0D7916

Color information

#0D7916 (or 0x0D7916) is unknown color: approx Green. HEX triplet: 0D, 79 and 16. RGB value is (13,121,22). Sum of RGB (Red+Green+Blue) = 13+121+22=156 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.33% from 156); Green value is 121 (47.66% from 255 or 77.56% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 121 - color contains mainly: green. Hex color #0D7916 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7916 is #F286E9. Grayscale: #4D4D4D. Windows color (decimal): -15894250 or 1472781. OLE color: 1472781.

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

Color convert

RGB1312122-
CMYK0.8900.820.53
HSL125º80.6%26.27%-
HSV(B)125º89.26%47.45%-
XYZ7.1513.823.05-
YUV77.4296.7282.05-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.33%
GREEN value IS 121 (47.66% from 255) = 77.56%
BLUE value IS 22 (8.98% from 255) = 14.10%
R=8.33%
G=77.56%
B=14.10%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal13121220.8900.820.5312580.626.27
HexD791659052357d511a
Octal151712613101226517512132
Binary11011111001101101011001010100101101011111101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,121,22); }

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

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

 a { background-color: rgb(13,121,22); }

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

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

 span { border-color: rgb(13,121,22); }

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