Html Css Color HEX #8EBA76 Olivine

📋 copy color: '#8EBA76'

red 142 ◦ green 186 ◦ blue 118

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

Shades of Olivine #8EBA76

Tints of Olivine #8EBA76

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.7%

 BLUE value IS 118 (46.48% from 255) = 26.46%

R = 31.84%
G = 41.7%
B = 26.46%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#8EBA76 (or 0x8EBA76) is known color: Olivine. HEX triplet: 8E, BA and 76. RGB value is (142,186,118). Sum of RGB (Red+Green+Blue) = 142+186+118=446 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.84% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBA76 is #714589. Grayscale: #A5A5A5. Windows color (decimal): -7423370 or 7781006. OLE color: 7781006.

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

Color convert

RGB 142 186 118 -
CMYK 0.24 0 0.37 0.27
HSL 98.82º 0.33% 0.6% -
HSV(B) 98.82º 0.37% 0.73% -
XYZ 31.98 42.18 23.59 -
YUV 165.09 101.42 111.53 -
System Red Green Blue C M Y K H S L
Decimal 142 186 118 0.24 0 0.37 0.27 98.82 0.33 0.6
Hex 8E BA 76 18 0 25 1B 63 21 3C
Octal 216 272 166 30 0 45 33 143 41 74
Binary 10001110 10111010 1110110 11000 0 100101 11011 1100011 100001 111100

Color Harmonies of #8EBA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBA76

Black with #8EBA76

Text Example


Text Example

White with #8EBA76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,186,118); }

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

background-color css

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

 a { background-color: rgb(142,186,118); }

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

border-color css

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

 span { border-color: rgb(142,186,118); }

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