#0D7615

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

Shades of Green #0D7615

Tints of Green #0D7615

Color information

#0D7615 (or 0x0D7615) is unknown color: approx Green. HEX triplet: 0D, 76 and 15. RGB value is (13,118,21). Sum of RGB (Red+Green+Blue) = 13+118+21=152 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.55% from 152); Green value is 118 (46.48% from 255 or 77.63% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 118 - color contains mainly: green. Hex color #0D7615 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7615 is #F289EA. Grayscale: #4B4B4B. Windows color (decimal): -15895019 or 1406477. OLE color: 1406477.

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

Color convert

RGB1311821-
CMYK0.8900.820.54
HSL124.57º80.15%25.69%-
HSV(B)124.57º88.98%46.27%-
XYZ6.7813.12.88-
YUV75.5597.2183.39-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.55%
GREEN value IS 118 (46.48% from 255) = 77.63%
BLUE value IS 21 (8.59% from 255) = 13.82%
R=8.55%
G=77.63%
B=13.82%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal13118210.8900.820.54124.5780.1525.69
HexD761559052367d501a
Octal151662513101226617512032
Binary11011110110101011011001010100101101101111101101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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