Html Css Color HEX #8EBD77 Olivine

📋 copy color: '#8EBD77'

red 142 ◦ green 189 ◦ blue 119

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

Shades of Olivine #8EBD77

Tints of Olivine #8EBD77

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42%

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

R = 31.56%
G = 42%
B = 26.44%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#8EBD77 (or 0x8EBD77) is known color: Olivine. HEX triplet: 8E, BD and 77. RGB value is (142,189,119). Sum of RGB (Red+Green+Blue) = 142+189+119=450 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.56% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBD77 is #714288. Grayscale: #A7A7A7. Windows color (decimal): -7422601 or 7847310. OLE color: 7847310.

HSL color Cylindrical-coordinate representation of color #8EBD77: hue angle of 100.29º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EBD77 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 142 189 119 -
CMYK 0.25 0 0.37 0.26
HSL 100.29º 0.35% 0.6% -
HSV(B) 100.29º 0.37% 0.74% -
XYZ 32.68 43.48 24.12 -
YUV 166.97 100.93 110.19 -
System Red Green Blue C M Y K H S L
Decimal 142 189 119 0.25 0 0.37 0.26 100.29 0.35 0.6
Hex 8E BD 77 19 0 25 1A 64 23 3C
Octal 216 275 167 31 0 45 32 144 43 74
Binary 10001110 10111101 1110111 11001 0 100101 11010 1100100 100011 111100

Color Harmonies of #8EBD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBD77

Black with #8EBD77

Text Example


Text Example

White with #8EBD77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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