#0E7613

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

Shades of Green #0E7613

Tints of Green #0E7613

Color information

#0E7613 (or 0x0E7613) is unknown color: approx Green. HEX triplet: 0E, 76 and 13. RGB value is (14,118,19). Sum of RGB (Red+Green+Blue) = 14+118+19=151 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.27% from 151); Green value is 118 (46.48% from 255 or 78.15% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 118 - color contains mainly: green. Hex color #0E7613 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7613 is #F189EC. Grayscale: #4B4B4B. Windows color (decimal): -15829485 or 1275406. OLE color: 1275406.

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

Color convert

RGB1411819-
CMYK0.8800.840.54
HSL122.88º78.79%25.88%-
HSV(B)122.88º88.14%46.27%-
XYZ6.7813.12.79-
YUV75.6296.0484.05-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.27%
GREEN value IS 118 (46.48% from 255) = 78.15%
BLUE value IS 19 (7.81% from 255) = 12.58%
R=9.27%
G=78.15%
B=12.58%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal14118190.8800.840.54122.8878.7925.88
HexE761358054367b4f1a
Octal161662313001246617311732
Binary11101110110100111011000010101001101101111011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,118,19); }

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

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

 a { background-color: rgb(14,118,19); }

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

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

 span { border-color: rgb(14,118,19); }

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