#0E770E

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

Shades of Green #0E770E

Tints of Green #0E770E

Color information

#0E770E (or 0x0E770E) is unknown color: approx Green. HEX triplet: 0E, 77 and 0E. RGB value is (14,119,14). Sum of RGB (Red+Green+Blue) = 14+119+14=147 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.52% from 147); Green value is 119 (46.88% from 255 or 80.95% from 147); Blue value is 14 (5.86% from 255 or 9.52% from 147); Max value from RGB is 119 - color contains mainly: green. Hex color #0E770E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E770E is #F188F1. Grayscale: #4B4B4B. Windows color (decimal): -15829234 or 947982. OLE color: 947982.

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

Color convert

RGB1411914-
CMYK0.8800.880.53
HSL120º78.95%26.08%-
HSV(B)120º88.24%46.67%-
XYZ6.8613.322.62-
YUV75.6393.2184.04-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.52%
GREEN value IS 119 (46.88% from 255) = 80.95%
BLUE value IS 14 (5.86% from 255) = 9.52%
R=9.52%
G=80.95%
B=9.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal14119140.8800.880.5312078.9526.08
HexE77E5805835784f1a
Octal161671613001306517011732
Binary1110111011111101011000010110001101011111000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E770E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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