Html Css Color HEX #8EBD71 Olivine

📋 copy color: '#8EBD71'

red 142 ◦ green 189 ◦ blue 113

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

Shades of Olivine #8EBD71

Tints of Olivine #8EBD71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.45%

R = 31.98%
G = 42.57%
B = 25.45%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#8EBD71 (or 0x8EBD71) is known color: Olivine. HEX triplet: 8E, BD and 71. RGB value is (142,189,113). Sum of RGB (Red+Green+Blue) = 142+189+113=444 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.98% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBD71 is #71428E. Grayscale: #A6A6A6. Windows color (decimal): -7422607 or 7454094. OLE color: 7454094.

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

Color convert

RGB 142 189 113 -
CMYK 0.25 0 0.40 0.26
HSL 97.11º 0.37% 0.59% -
HSV(B) 97.11º 0.4% 0.74% -
XYZ 32.33 43.34 22.28 -
YUV 166.28 97.93 110.68 -
System Red Green Blue C M Y K H S L
Decimal 142 189 113 0.25 0 0.40 0.26 97.11 0.37 0.59
Hex 8E BD 71 19 0 28 1A 61 25 3B
Octal 216 275 161 31 0 50 32 141 45 73
Binary 10001110 10111101 1110001 11001 0 101000 11010 1100001 100101 111011

Color Harmonies of #8EBD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBD71

Black with #8EBD71

Text Example


Text Example

White with #8EBD71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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