#0D750C

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

Shades of Green #0D750C

Tints of Green #0D750C

Color information

#0D750C (or 0x0D750C) is unknown color: approx Green. HEX triplet: 0D, 75 and 0C. RGB value is (13,117,12). Sum of RGB (Red+Green+Blue) = 13+117+12=142 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.15% from 142); Green value is 117 (46.09% from 255 or 82.39% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 117 - color contains mainly: green. Hex color #0D750C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D750C is #F28AF3. Grayscale: #4A4A4A. Windows color (decimal): -15895284 or 816397. OLE color: 816397.

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

Color convert

RGB1311712-
CMYK0.8900.900.54
HSL119.43º81.4%25.29%-
HSV(B)119.43º89.74%45.88%-
XYZ6.5912.832.48-
YUV73.9393.0484.54-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.15%
GREEN value IS 117 (46.09% from 255) = 82.39%
BLUE value IS 12 (5.08% from 255) = 8.45%
R=9.15%
G=82.39%
B=8.45%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal13117120.8900.900.54119.4381.425.29
HexD75C5905A36775119
Octal151651413101326616712131
Binary1101111010111001011001010110101101101110111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D750C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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