#8EC277

Color #8EC277 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #8EC277

Tints of Olivine #8EC277

Color information

#8EC277 (or 0x8EC277) is unknown color: approx Olivine. HEX triplet: 8E, C2 and 77. RGB value is (142,194,119). Sum of RGB (Red+Green+Blue) = 142+194+119=455 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.21% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 194 - color contains mainly: green. Hex color #8EC277 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC277 is #713D88. Grayscale: #AAAAAA. Windows color (decimal): -7421321 or 7848590. OLE color: 7848590.

HSL color Cylindrical-coordinate representation of color #8EC277: hue angle of 101.6º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EC277 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB142194119-
CMYK0.2700.390.24
HSL101.6º38.07%61.37%-
HSV(B)101.6º38.66%76.08%-
XYZ33.7845.6724.49-
YUV169.999.27108.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.21%
GREEN value IS 194 (76.17% from 255) = 42.64%
BLUE value IS 119 (46.88% from 255) = 26.15%
R=31.21%
G=42.64%
B=26.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421941190.2700.390.24101.638.0761.37
Hex8EC2771B0271866263d
Octal21630216733047301464675
Binary10001110110000101110111110110100111110001100110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EC277; }

 p { color: rgb(142,194,119); }

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

<style>
 a { background-color: #8EC277; }

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

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

<style>
 span { border-color: #8EC277; }

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

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