#8FC475

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

Shades of Olivine #8FC475

Tints of Olivine #8FC475

Color information

#8FC475 (or 0x8FC475) is unknown color: approx Olivine. HEX triplet: 8F, C4 and 75. RGB value is (143,196,117). Sum of RGB (Red+Green+Blue) = 143+196+117=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 196 - color contains mainly: green. Hex color #8FC475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC475 is #703B8A. Grayscale: #ABABAB. Windows color (decimal): -7355275 or 7718031. OLE color: 7718031.

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

Color convert

RGB143196117-
CMYK0.2700.400.23
HSL100.25º40.1%61.37%-
HSV(B)100.25º40.31%76.86%-
XYZ34.2846.624.02-
YUV171.1597.44107.92-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.36%
GREEN value IS 196 (76.95% from 255) = 42.98%
BLUE value IS 117 (46.09% from 255) = 25.66%
R=31.36%
G=42.98%
B=25.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1431961170.2700.400.23100.2540.161.37
Hex8FC4751B0281764283d
Octal21730416533050271445075
Binary10001111110001001110101110110101000101111100100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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