#8FA27B

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

Shades of Olivine #8FA27B

Tints of Olivine #8FA27B

Color information

#8FA27B (or 0x8FA27B) is unknown color: approx Olivine. HEX triplet: 8F, A2 and 7B. RGB value is (143,162,123). Sum of RGB (Red+Green+Blue) = 143+162+123=428 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.41% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA27B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA27B is #705D84. Grayscale: #989898. Windows color (decimal): -7363973 or 8102543. OLE color: 8102543.

HSL color Cylindrical-coordinate representation of color #8FA27B: hue angle of 89.23º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8FA27B is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB143162123-
CMYK0.1200.240.36
HSL89.23º17.33%55.88%-
HSV(B)89.23º24.07%63.53%-
XYZ27.8233.1123.66-
YUV151.87111.71121.67-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.41%
GREEN value IS 162 (63.67% from 255) = 37.85%
BLUE value IS 123 (48.44% from 255) = 28.74%
R=33.41%
G=37.85%
B=28.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1431621230.1200.240.3689.2317.3355.88
Hex8FA27BC01824591138
Octal21724217314030441312170
Binary100011111010001011110111100011000100100101100110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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