#0E7716

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

Shades of Green #0E7716

Tints of Green #0E7716

Color information

#0E7716 (or 0x0E7716) is unknown color: approx Green. HEX triplet: 0E, 77 and 16. RGB value is (14,119,22). Sum of RGB (Red+Green+Blue) = 14+119+22=155 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.03% from 155); Green value is 119 (46.88% from 255 or 76.77% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 119 - color contains mainly: green. Hex color #0E7716 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7716 is #F188E9. Grayscale: #4C4C4C. Windows color (decimal): -15829226 or 1472270. OLE color: 1472270.

HSL color Cylindrical-coordinate representation of color #0E7716: hue angle of 124.57º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7716 is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB1411922-
CMYK0.8800.820.53
HSL124.57º78.95%26.08%-
HSV(B)124.57º88.24%46.67%-
XYZ6.9213.342.97-
YUV76.5597.2183.39-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.03%
GREEN value IS 119 (46.88% from 255) = 76.77%
BLUE value IS 22 (8.98% from 255) = 14.19%
R=9.03%
G=76.77%
B=14.19%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal14119220.8800.820.53124.5778.9526.08
HexE771658052357d4f1a
Octal161672613001226517511732
Binary11101110111101101011000010100101101011111101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,119,22); }

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

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

 a { background-color: rgb(14,119,22); }

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

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

 span { border-color: rgb(14,119,22); }

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