#8FAF7D

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

Shades of Olivine #8FAF7D

Tints of Olivine #8FAF7D

Color information

#8FAF7D (or 0x8FAF7D) is unknown color: approx Olivine. HEX triplet: 8F, AF and 7D. RGB value is (143,175,125). Sum of RGB (Red+Green+Blue) = 143+175+125=443 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.28% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 175 - color contains mainly: green. Hex color #8FAF7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAF7D is #705082. Grayscale: #9F9F9F. Windows color (decimal): -7360643 or 8236943. OLE color: 8236943.

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

Color convert

RGB143175125-
CMYK0.1800.290.31
HSL98.4º23.81%58.82%-
HSV(B)98.4º28.57%68.63%-
XYZ30.3637.9825.13-
YUV159.73108.4116.07-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.28%
GREEN value IS 175 (68.75% from 255) = 39.50%
BLUE value IS 125 (49.22% from 255) = 28.22%
R=32.28%
G=39.50%
B=28.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431751250.1800.290.3198.423.8158.82
Hex8FAF7D1201D1F62183b
Octal21725717522035371423073
Binary100011111010111111111011001001110111111110001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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