Html Css Color HEX #8EAF75 Olivine

📋 copy color: '#8EAF75'

red 142 ◦ green 175 ◦ blue 117

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

Shades of Olivine #8EAF75

Tints of Olivine #8EAF75

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.32%

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

R = 32.72%
G = 40.32%
B = 26.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#8EAF75 (or 0x8EAF75) is known color: Olivine. HEX triplet: 8E, AF and 75. RGB value is (142,175,117). Sum of RGB (Red+Green+Blue) = 142+175+117=434 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.72% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 175 - color contains mainly: green. Hex color #8EAF75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAF75 is #71508A. Grayscale: #9E9E9E. Windows color (decimal): -7426187 or 7712654. OLE color: 7712654.

HSL color Cylindrical-coordinate representation of color #8EAF75: hue angle of 94.14º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8EAF75 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 142 175 117 -
CMYK 0.19 0 0.33 0.31
HSL 94.14º 0.27% 0.57% -
HSV(B) 94.14º 0.33% 0.69% -
XYZ 29.7 37.7 22.54 -
YUV 158.52 104.57 116.22 -
System Red Green Blue C M Y K H S L
Decimal 142 175 117 0.19 0 0.33 0.31 94.14 0.27 0.57
Hex 8E AF 75 13 0 21 1F 5E 1B 39
Octal 216 257 165 23 0 41 37 136 33 71
Binary 10001110 10101111 1110101 10011 0 100001 11111 1011110 11011 111001

Color Harmonies of #8EAF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAF75

Black with #8EAF75

Text Example


Text Example

White with #8EAF75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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