Html Css Color HEX #8EB96D Olivine

📋 copy color: '#8EB96D'

red 142 ◦ green 185 ◦ blue 109

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

Shades of Olivine #8EB96D

Tints of Olivine #8EB96D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25%

R = 32.57%
G = 42.43%
B = 25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#8EB96D (or 0x8EB96D) is known color: Olivine. HEX triplet: 8E, B9 and 6D. RGB value is (142,185,109). Sum of RGB (Red+Green+Blue) = 142+185+109=436 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.57% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 185 - color contains mainly: green. Hex color #8EB96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB96D is #714692. Grayscale: #A3A3A3. Windows color (decimal): -7423635 or 7190926. OLE color: 7190926.

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

Color convert

RGB 142 185 109 -
CMYK 0.23 0 0.41 0.27
HSL 93.95º 0.35% 0.58% -
HSV(B) 93.95º 0.41% 0.73% -
XYZ 31.26 41.55 20.84 -
YUV 163.48 97.25 112.68 -
System Red Green Blue C M Y K H S L
Decimal 142 185 109 0.23 0 0.41 0.27 93.95 0.35 0.58
Hex 8E B9 6D 17 0 29 1B 5E 23 3A
Octal 216 271 155 27 0 51 33 136 43 72
Binary 10001110 10111001 1101101 10111 0 101001 11011 1011110 100011 111010

Color Harmonies of #8EB96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB96D

Black with #8EB96D

Text Example


Text Example

White with #8EB96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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