Html Css Color HEX #8EB973 Olivine

📋 copy color: '#8EB973'

red 142 ◦ green 185 ◦ blue 115

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

Shades of Olivine #8EB973

Tints of Olivine #8EB973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.02%

R = 32.13%
G = 41.86%
B = 26.02%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#8EB973 (or 0x8EB973) is known color: Olivine. HEX triplet: 8E, B9 and 73. RGB value is (142,185,115). Sum of RGB (Red+Green+Blue) = 142+185+115=442 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.13% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 185 - color contains mainly: green. Hex color #8EB973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB973 is #71468C. Grayscale: #A4A4A4. Windows color (decimal): -7423629 or 7584142. OLE color: 7584142.

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

Color convert

RGB 142 185 115 -
CMYK 0.23 0 0.38 0.27
HSL 96.86º 0.33% 0.59% -
HSV(B) 96.86º 0.38% 0.73% -
XYZ 31.6 41.69 22.6 -
YUV 164.16 100.25 112.19 -
System Red Green Blue C M Y K H S L
Decimal 142 185 115 0.23 0 0.38 0.27 96.86 0.33 0.59
Hex 8E B9 73 17 0 26 1B 61 21 3B
Octal 216 271 163 27 0 46 33 141 41 73
Binary 10001110 10111001 1110011 10111 0 100110 11011 1100001 100001 111011

Color Harmonies of #8EB973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB973

Black with #8EB973

Text Example


Text Example

White with #8EB973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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