#8FAF7B

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

Shades of Olivine #8FAF7B

Tints of Olivine #8FAF7B

Color information

#8FAF7B (or 0x8FAF7B) is unknown color: approx Olivine. HEX triplet: 8F, AF and 7B. RGB value is (143,175,123). Sum of RGB (Red+Green+Blue) = 143+175+123=441 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.43% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 175 - color contains mainly: green. Hex color #8FAF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAF7B is #705084. Grayscale: #9F9F9F. Windows color (decimal): -7360645 or 8105871. OLE color: 8105871.

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

Color convert

RGB143175123-
CMYK0.1800.300.31
HSL96.92º24.53%58.43%-
HSV(B)96.92º29.71%68.63%-
XYZ30.2337.9324.47-
YUV159.5107.4116.23-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.43%
GREEN value IS 175 (68.75% from 255) = 39.68%
BLUE value IS 123 (48.44% from 255) = 27.89%
R=32.43%
G=39.68%
B=27.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431751230.1800.300.3196.9224.5358.43
Hex8FAF7B1201E1F61193a
Octal21725717322036371413172
Binary100011111010111111110111001001111011111110000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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