#0E7815

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

Shades of Green #0E7815

Tints of Green #0E7815

Color information

#0E7815 (or 0x0E7815) is unknown color: approx Green. HEX triplet: 0E, 78 and 15. RGB value is (14,120,21). Sum of RGB (Red+Green+Blue) = 14+120+21=155 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.03% from 155); Green value is 120 (47.27% from 255 or 77.42% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 120 - color contains mainly: green. Hex color #0E7815 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7815 is #F187EA. Grayscale: #4D4D4D. Windows color (decimal): -15828971 or 1406990. OLE color: 1406990.

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

Color convert

RGB1412021-
CMYK0.8800.830.53
HSL123.96º79.1%26.27%-
HSV(B)123.96º88.33%47.06%-
XYZ7.0313.582.96-
YUV77.0296.3883.05-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.03%
GREEN value IS 120 (47.27% from 255) = 77.42%
BLUE value IS 21 (8.59% from 255) = 13.55%
R=9.03%
G=77.42%
B=13.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal14120210.8800.830.53123.9679.126.27
HexE781558053357c4f1a
Octal161702513001236517411732
Binary11101111000101011011000010100111101011111100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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