#0D7511

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

Shades of Green #0D7511

Tints of Green #0D7511

Color information

#0D7511 (or 0x0D7511) is unknown color: approx Green. HEX triplet: 0D, 75 and 11. RGB value is (13,117,17). Sum of RGB (Red+Green+Blue) = 13+117+17=147 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.84% from 147); Green value is 117 (46.09% from 255 or 79.59% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 117 - color contains mainly: green. Hex color #0D7511 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7511 is #F28AEE. Grayscale: #4A4A4A. Windows color (decimal): -15895279 or 1144077. OLE color: 1144077.

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

Color convert

RGB1311717-
CMYK0.8900.850.54
HSL122.31º80%25.49%-
HSV(B)122.31º88.89%45.88%-
XYZ6.6312.852.66-
YUV74.595.5484.13-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.84%
GREEN value IS 117 (46.09% from 255) = 79.59%
BLUE value IS 17 (7.03% from 255) = 11.56%
R=8.84%
G=79.59%
B=11.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal13117170.8900.850.54122.318025.49
HexD751159055367a5019
Octal151652113101256617212031
Binary11011110101100011011001010101011101101111010101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,117,17); }

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

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

 a { background-color: rgb(13,117,17); }

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

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

 span { border-color: rgb(13,117,17); }

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