#8DAF7C

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

Shades of Olivine #8DAF7C

Tints of Olivine #8DAF7C

Color information

#8DAF7C (or 0x8DAF7C) is unknown color: approx Olivine. HEX triplet: 8D, AF and 7C. RGB value is (141,175,124). Sum of RGB (Red+Green+Blue) = 141+175+124=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAF7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAF7C is #725083. Grayscale: #9F9F9F. Windows color (decimal): -7491716 or 8171405. OLE color: 8171405.

HSL color Cylindrical-coordinate representation of color #8DAF7C: hue angle of 100º 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 #8DAF7C is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB141175124-
CMYK0.1900.290.31
HSL100º24.17%58.63%-
HSV(B)100º29.14%68.63%-
XYZ29.9537.7824.78-
YUV159.02108.24115.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.05%
GREEN value IS 175 (68.75% from 255) = 39.77%
BLUE value IS 124 (48.83% from 255) = 28.18%
R=32.05%
G=39.77%
B=28.18%

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
Decimal1411751240.1900.290.3110024.1758.63
Hex8DAF7C1301D1F64183b
Octal21525717423035371443073
Binary100011011010111111111001001101110111111110010011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,175,124); }

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

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

 a { background-color: rgb(141,175,124); }

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

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

 span { border-color: rgb(141,175,124); }

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