Html Css Color HEX #8EAA75 Olivine

📋 copy color: '#8EAA75'

red 142 ◦ green 170 ◦ blue 117

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

Shades of Olivine #8EAA75

Tints of Olivine #8EAA75

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.63%

 BLUE value IS 117 (46.09% from 255) = 27.27%

R = 33.1%
G = 39.63%
B = 27.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#8EAA75 (or 0x8EAA75) is known color: Olivine. HEX triplet: 8E, AA and 75. RGB value is (142,170,117). Sum of RGB (Red+Green+Blue) = 142+170+117=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAA75 is #71558A. Grayscale: #9B9B9B. Windows color (decimal): -7427467 or 7711374. OLE color: 7711374.

HSL color Cylindrical-coordinate representation of color #8EAA75: hue angle of 91.7º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8EAA75 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 142 170 117 -
CMYK 0.16 0 0.31 0.33
HSL 91.7º 0.24% 0.56% -
HSV(B) 91.7º 0.31% 0.67% -
XYZ 28.74 35.78 22.22 -
YUV 155.59 106.22 118.31 -
System Red Green Blue C M Y K H S L
Decimal 142 170 117 0.16 0 0.31 0.33 91.7 0.24 0.56
Hex 8E AA 75 10 0 1F 21 5C 18 38
Octal 216 252 165 20 0 37 41 134 30 70
Binary 10001110 10101010 1110101 10000 0 11111 100001 1011100 11000 111000

Color Harmonies of #8EAA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAA75

Black with #8EAA75

Text Example


Text Example

White with #8EAA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,170,117); }

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

background-color css

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

 a { background-color: rgb(142,170,117); }

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

border-color css

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

 span { border-color: rgb(142,170,117); }

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