#8EC772

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

Shades of Olivine #8EC772

Tints of Olivine #8EC772

Color information

#8EC772 (or 0x8EC772) is unknown color: approx Olivine. HEX triplet: 8E, C7 and 72. RGB value is (142,199,114). Sum of RGB (Red+Green+Blue) = 142+199+114=455 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.21% from 455); Green value is 199 (78.12% from 255 or 43.74% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 199 - color contains mainly: green. Hex color #8EC772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC772 is #71388D. Grayscale: #ACACAC. Windows color (decimal): -7420046 or 7522190. OLE color: 7522190.

HSL color Cylindrical-coordinate representation of color #8EC772: hue angle of 100.24º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EC772 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB142199114-
CMYK0.2900.430.22
HSL100.24º43.15%61.37%-
HSV(B)100.24º42.71%78.04%-
XYZ34.6247.8123.32-
YUV172.2795.12106.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.21%
GREEN value IS 199 (78.12% from 255) = 43.74%
BLUE value IS 114 (44.92% from 255) = 25.05%
R=31.21%
G=43.74%
B=25.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1421991140.2900.430.22100.2443.1561.37
Hex8EC7721D02B16642b3d
Octal21630716235053261445375
Binary10001110110001111110010111010101011101101100100101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,199,114); }

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

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

 a { background-color: rgb(142,199,114); }

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

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

 span { border-color: rgb(142,199,114); }

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