#8EAF7D

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

Shades of Olivine #8EAF7D

Tints of Olivine #8EAF7D

Color information

#8EAF7D (or 0x8EAF7D) is unknown color: approx Olivine. HEX triplet: 8E, AF and 7D. RGB value is (142,175,125). Sum of RGB (Red+Green+Blue) = 142+175+125=442 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.13% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 175 - color contains mainly: green. Hex color #8EAF7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAF7D is #715082. Grayscale: #9F9F9F. Windows color (decimal): -7426179 or 8236942. OLE color: 8236942.

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

Color convert

RGB142175125-
CMYK0.1900.290.31
HSL99.6º23.81%58.82%-
HSV(B)99.6º28.57%68.63%-
XYZ30.1937.8925.12-
YUV159.43108.57115.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.13%
GREEN value IS 175 (68.75% from 255) = 39.59%
BLUE value IS 125 (49.22% from 255) = 28.28%
R=32.13%
G=39.59%
B=28.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1421751250.1900.290.3199.623.8158.82
Hex8EAF7D1301D1F64183b
Octal21625717523035371443073
Binary100011101010111111111011001101110111111110010011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8EAF7D;
 }
 .AnyTagClassName
 {
   color: #8EAF7D;
 }
</style>
background-color css

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

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

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

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

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

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