#8EAF75

Color #8EAF75 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #8EAF75

Tints of Olivine #8EAF75

Color information

#8EAF75 (or 0x8EAF75) is unknown color: approx 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

RGB142175117-
CMYK0.1900.330.31
HSL94.14º26.61%57.25%-
HSV(B)94.14º33.14%68.63%-
XYZ29.737.722.54-
YUV158.52104.57116.22-

RGB Variations

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

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 (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1421751170.1900.330.3194.1426.6157.25
Hex8EAF75130211F5e1b39
Octal21625716523041371363371
Binary1000111010101111111010110011010000111111101111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>