Html Css Color HEX #8EB977 Olivine

📋 copy color: '#8EB977'

red 142 ◦ green 185 ◦ blue 119

#8EB977
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #8EB977

Tints of Olivine #8EB977

RGB

 RED value IS 142 (55.86% from 255) = 31.84%

 GREEN value IS 185 (72.66% from 255) = 41.48%

 BLUE value IS 119 (46.88% from 255) = 26.68%

R = 31.84%
G = 41.48%
B = 26.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#8EB977 (or 0x8EB977) is known color: Olivine. HEX triplet: 8E, B9 and 77. RGB value is (142,185,119). Sum of RGB (Red+Green+Blue) = 142+185+119=446 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.84% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 185 - color contains mainly: green. Hex color #8EB977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB977 is #714688. Grayscale: #A4A4A4. Windows color (decimal): -7423625 or 7846286. OLE color: 7846286.

HSL color Cylindrical-coordinate representation of color #8EB977: hue angle of 99.09º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EB977 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 142 185 119 -
CMYK 0.23 0 0.36 0.27
HSL 99.09º 0.32% 0.6% -
HSV(B) 99.09º 0.36% 0.73% -
XYZ 31.83 41.78 23.84 -
YUV 164.62 102.25 111.87 -
System Red Green Blue C M Y K H S L
Decimal 142 185 119 0.23 0 0.36 0.27 99.09 0.32 0.6
Hex 8E B9 77 17 0 24 1B 63 20 3C
Octal 216 271 167 27 0 44 33 143 40 74
Binary 10001110 10111001 1110111 10111 0 100100 11011 1100011 100000 111100

Color Harmonies of #8EB977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB977

Black with #8EB977

Text Example


Text Example

White with #8EB977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8EB977;
 }
 .AnyTagClassName
 {
   color: #8EB977;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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