#0D7616

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

Shades of Green #0D7616

Tints of Green #0D7616

Color information

#0D7616 (or 0x0D7616) is unknown color: approx Green. HEX triplet: 0D, 76 and 16. RGB value is (13,118,22). Sum of RGB (Red+Green+Blue) = 13+118+22=153 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.50% from 153); Green value is 118 (46.48% from 255 or 77.12% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 118 - color contains mainly: green. Hex color #0D7616 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7616 is #F289E9. Grayscale: #4B4B4B. Windows color (decimal): -15895018 or 1472013. OLE color: 1472013.

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

Color convert

RGB1311822-
CMYK0.8900.810.54
HSL125.14º80.15%25.69%-
HSV(B)125.14º88.98%46.27%-
XYZ6.7913.12.93-
YUV75.6697.7183.31-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.50%
GREEN value IS 118 (46.48% from 255) = 77.12%
BLUE value IS 22 (8.98% from 255) = 14.38%
R=8.50%
G=77.12%
B=14.38%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal13118220.8900.810.54125.1480.1525.69
HexD761659051367d501a
Octal151662613101216617512032
Binary11011110110101101011001010100011101101111101101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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