#0D7C16

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

Shades of Green #0D7C16

Tints of Green #0D7C16

Color information

#0D7C16 (or 0x0D7C16) is unknown color: approx Green. HEX triplet: 0D, 7C and 16. RGB value is (13,124,22). Sum of RGB (Red+Green+Blue) = 13+124+22=159 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.18% from 159); Green value is 124 (48.83% from 255 or 77.99% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 124 - color contains mainly: green. Hex color #0D7C16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7C16 is #F283E9. Grayscale: #4F4F4F. Windows color (decimal): -15893482 or 1473549. OLE color: 1473549.

HSL color Cylindrical-coordinate representation of color #0D7C16: hue angle of 124.86º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D7C16 is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB1312422-
CMYK0.9000.820.51
HSL124.86º81.02%26.86%-
HSV(B)124.86º89.52%48.63%-
XYZ7.5214.563.17-
YUV79.1895.7380.79-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.18%
GREEN value IS 124 (48.83% from 255) = 77.99%
BLUE value IS 22 (8.98% from 255) = 13.84%
R=8.18%
G=77.99%
B=13.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal13124220.9000.820.51124.8681.0226.86
HexD7C165A052337d511b
Octal151742613201226317512133
Binary11011111100101101011010010100101100111111101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,124,22); }

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

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

 a { background-color: rgb(13,124,22); }

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

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

 span { border-color: rgb(13,124,22); }

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