#0D8705

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

Shades of Green #0D8705

Tints of Green #0D8705

Color information

#0D8705 (or 0x0D8705) is unknown color: approx Green. HEX triplet: 0D, 87 and 05. RGB value is (13,135,5). Sum of RGB (Red+Green+Blue) = 13+135+5=153 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.50% from 153); Green value is 135 (53.12% from 255 or 88.24% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 135 - color contains mainly: green. Hex color #0D8705 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D8705 is #F278FA. Grayscale: #545454. Windows color (decimal): -15890683 or 362253. OLE color: 362253.

HSL color Cylindrical-coordinate representation of color #0D8705: hue angle of 116.31º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D8705 is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB131355-
CMYK0.9000.960.47
HSL116.31º92.86%27.45%-
HSV(B)116.31º96.3%52.94%-
XYZ8.8617.423.04-
YUV83.783.5877.57-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.50%
GREEN value IS 135 (53.12% from 255) = 88.24%
BLUE value IS 5 (2.34% from 255) = 3.27%
R=8.50%
G=88.24%
B=3.27%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1313550.9000.960.47116.3192.8627.45
HexD8755A0602F745d1b
Octal15207513201405716413533
Binary1101100001111011011010011000001011111110100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,135,5); }

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

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

 a { background-color: rgb(13,135,5); }

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

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

 span { border-color: rgb(13,135,5); }

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