#8FA974

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

Shades of Olivine #8FA974

Tints of Olivine #8FA974

Color information

#8FA974 (or 0x8FA974) is unknown color: approx Olivine. HEX triplet: 8F, A9 and 74. RGB value is (143,169,116). Sum of RGB (Red+Green+Blue) = 143+169+116=428 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.41% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 169 - color contains mainly: green. Hex color #8FA974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA974 is #70568B. Grayscale: #9B9B9B. Windows color (decimal): -7362188 or 7645583. OLE color: 7645583.

HSL color Cylindrical-coordinate representation of color #8FA974: hue angle of 89.43º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FA974 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB143169116-
CMYK0.1500.310.34
HSL89.43º23.56%55.88%-
HSV(B)89.43º31.36%66.27%-
XYZ28.6735.4821.86-
YUV155.18105.89119.31-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.41%
GREEN value IS 169 (66.41% from 255) = 39.49%
BLUE value IS 116 (45.70% from 255) = 27.10%
R=33.41%
G=39.49%
B=27.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1431691160.1500.310.3489.4323.5655.88
Hex8FA974F01F22591838
Octal21725116417037421313070
Binary100011111010100111101001111011111100010101100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,169,116); }

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

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

 a { background-color: rgb(143,169,116); }

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

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

 span { border-color: rgb(143,169,116); }

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