#0E7816

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

Shades of Green #0E7816

Tints of Green #0E7816

Color information

#0E7816 (or 0x0E7816) is unknown color: approx Green. HEX triplet: 0E, 78 and 16. RGB value is (14,120,22). Sum of RGB (Red+Green+Blue) = 14+120+22=156 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.97% from 156); Green value is 120 (47.27% from 255 or 76.92% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 120 - color contains mainly: green. Hex color #0E7816 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7816 is #F187E9. Grayscale: #4D4D4D. Windows color (decimal): -15828970 or 1472526. OLE color: 1472526.

HSL color Cylindrical-coordinate representation of color #0E7816: hue angle of 124.53º 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 #0E7816 is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB1412022-
CMYK0.8800.820.53
HSL124.53º79.1%26.27%-
HSV(B)124.53º88.33%47.06%-
XYZ7.0413.583.01-
YUV77.1396.8882.97-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.97%
GREEN value IS 120 (47.27% from 255) = 76.92%
BLUE value IS 22 (8.98% from 255) = 14.10%
R=8.97%
G=76.92%
B=14.10%

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
Decimal14120220.8800.820.53124.5379.126.27
HexE781658052357d4f1a
Octal161702613001226517511732
Binary11101111000101101011000010100101101011111101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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