#8FC575

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

Shades of Olivine #8FC575

Tints of Olivine #8FC575

Color information

#8FC575 (or 0x8FC575) is unknown color: approx Olivine. HEX triplet: 8F, C5 and 75. RGB value is (143,197,117). Sum of RGB (Red+Green+Blue) = 143+197+117=457 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.29% from 457); Green value is 197 (77.34% from 255 or 43.11% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 197 - color contains mainly: green. Hex color #8FC575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC575 is #703A8A. Grayscale: #ACACAC. Windows color (decimal): -7355019 or 7718287. OLE color: 7718287.

HSL color Cylindrical-coordinate representation of color #8FC575: hue angle of 100.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FC575 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB143197117-
CMYK0.2700.410.23
HSL100.5º40.82%61.57%-
HSV(B)100.5º40.61%77.25%-
XYZ34.547.0624.09-
YUV171.7397.11107.5-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.29%
GREEN value IS 197 (77.34% from 255) = 43.11%
BLUE value IS 117 (46.09% from 255) = 25.60%
R=31.29%
G=43.11%
B=25.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1431971170.2700.410.23100.540.8261.57
Hex8FC5751B0291764293e
Octal21730516533051271445176
Binary10001111110001011110101110110101001101111100100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,197,117); }

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

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

 a { background-color: rgb(143,197,117); }

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

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

 span { border-color: rgb(143,197,117); }

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