Html Css Color HEX #8EB97D Olivine

📋 copy color: '#8EB97D'

red 142 ◦ green 185 ◦ blue 125

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

Shades of Olivine #8EB97D

Tints of Olivine #8EB97D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.65%

R = 31.42%
G = 40.93%
B = 27.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#8EB97D (or 0x8EB97D) is known color: Olivine. HEX triplet: 8E, B9 and 7D. RGB value is (142,185,125). Sum of RGB (Red+Green+Blue) = 142+185+125=452 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.42% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 185 - color contains mainly: green. Hex color #8EB97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB97D is #714682. Grayscale: #A5A5A5. Windows color (decimal): -7423619 or 8239502. OLE color: 8239502.

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

Color convert

RGB 142 185 125 -
CMYK 0.23 0 0.32 0.27
HSL 103º 0.3% 0.61% -
HSV(B) 103º 0.32% 0.73% -
XYZ 32.21 41.93 25.8 -
YUV 165.3 105.25 111.38 -
System Red Green Blue C M Y K H S L
Decimal 142 185 125 0.23 0 0.32 0.27 103 0.3 0.61
Hex 8E B9 7D 17 0 20 1B 67 1E 3D
Octal 216 271 175 27 0 40 33 147 36 75
Binary 10001110 10111001 1111101 10111 0 100000 11011 1100111 11110 111101

Color Harmonies of #8EB97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB97D

Black with #8EB97D

Text Example


Text Example

White with #8EB97D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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