#8DAF7B

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

Shades of Olivine #8DAF7B

Tints of Olivine #8DAF7B

Color information

#8DAF7B (or 0x8DAF7B) is unknown color: approx Olivine. HEX triplet: 8D, AF and 7B. RGB value is (141,175,123). Sum of RGB (Red+Green+Blue) = 141+175+123=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAF7B is #725084. Grayscale: #9F9F9F. Windows color (decimal): -7491717 or 8105869. OLE color: 8105869.

HSL color Cylindrical-coordinate representation of color #8DAF7B: hue angle of 99.23º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DAF7B is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB141175123-
CMYK0.1900.300.31
HSL99.23º24.53%58.43%-
HSV(B)99.23º29.71%68.63%-
XYZ29.8937.7524.45-
YUV158.91107.74115.23-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.12%
GREEN value IS 175 (68.75% from 255) = 39.86%
BLUE value IS 123 (48.44% from 255) = 28.02%
R=32.12%
G=39.86%
B=28.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1411751230.1900.300.3199.2324.5358.43
Hex8DAF7B1301E1F63193a
Octal21525717323036371433172
Binary100011011010111111110111001101111011111110001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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