#0D7512

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

Shades of Green #0D7512

Tints of Green #0D7512

Color information

#0D7512 (or 0x0D7512) is unknown color: approx Green. HEX triplet: 0D, 75 and 12. RGB value is (13,117,18). Sum of RGB (Red+Green+Blue) = 13+117+18=148 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.78% from 148); Green value is 117 (46.09% from 255 or 79.05% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 117 - color contains mainly: green. Hex color #0D7512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7512 is #F28AED. Grayscale: #4A4A4A. Windows color (decimal): -15895278 or 1209613. OLE color: 1209613.

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

Color convert

RGB1311718-
CMYK0.8900.850.54
HSL122.88º80%25.49%-
HSV(B)122.88º88.89%45.88%-
XYZ6.6412.852.7-
YUV74.6296.0484.05-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.78%
GREEN value IS 117 (46.09% from 255) = 79.05%
BLUE value IS 18 (7.42% from 255) = 12.16%
R=8.78%
G=79.05%
B=12.16%

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
Decimal13117180.8900.850.54122.888025.49
HexD751259055367b5019
Octal151652213101256617312031
Binary11011110101100101011001010101011101101111011101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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