#8FAF7F

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

Shades of Olivine #8FAF7F

Tints of Olivine #8FAF7F

Color information

#8FAF7F (or 0x8FAF7F) is unknown color: approx Olivine. HEX triplet: 8F, AF and 7F. RGB value is (143,175,127). Sum of RGB (Red+Green+Blue) = 143+175+127=445 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.13% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 175 - color contains mainly: green. Hex color #8FAF7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAF7F is #705080. Grayscale: #A0A0A0. Windows color (decimal): -7360641 or 8368015. OLE color: 8368015.

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

Color convert

RGB143175127-
CMYK0.1800.270.31
HSL100º23.08%59.22%-
HSV(B)100º27.43%68.63%-
XYZ30.4938.0325.81-
YUV159.96109.4115.9-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.13%
GREEN value IS 175 (68.75% from 255) = 39.33%
BLUE value IS 127 (50% from 255) = 28.54%
R=32.13%
G=39.33%
B=28.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431751270.1800.270.3110023.0859.22
Hex8FAF7F1201B1F64173b
Octal21725717722033371442773
Binary100011111010111111111111001001101111111110010010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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