#0E770F

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

Shades of Green #0E770F

Tints of Green #0E770F

Color information

#0E770F (or 0x0E770F) is unknown color: approx Green. HEX triplet: 0E, 77 and 0F. RGB value is (14,119,15). Sum of RGB (Red+Green+Blue) = 14+119+15=148 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.46% from 148); Green value is 119 (46.88% from 255 or 80.41% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 119 - color contains mainly: green. Hex color #0E770F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E770F is #F188F0. Grayscale: #4C4C4C. Windows color (decimal): -15829233 or 1013518. OLE color: 1013518.

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

Color convert

RGB1411915-
CMYK0.8800.870.53
HSL120.57º78.95%26.08%-
HSV(B)120.57º88.24%46.67%-
XYZ6.8613.322.66-
YUV75.7593.7183.96-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.46%
GREEN value IS 119 (46.88% from 255) = 80.41%
BLUE value IS 15 (6.25% from 255) = 10.14%
R=9.46%
G=80.41%
B=10.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal14119150.8800.870.53120.5778.9526.08
HexE77F5805735794f1a
Octal161671713001276517111732
Binary1110111011111111011000010101111101011111001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E770F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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