#8FC275

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

Shades of Olivine #8FC275

Tints of Olivine #8FC275

Color information

#8FC275 (or 0x8FC275) is unknown color: approx Olivine. HEX triplet: 8F, C2 and 75. RGB value is (143,194,117). Sum of RGB (Red+Green+Blue) = 143+194+117=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 194 (76.17% from 255 or 42.73% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 194 - color contains mainly: green. Hex color #8FC275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC275 is #703D8A. Grayscale: #AAAAAA. Windows color (decimal): -7355787 or 7717519. OLE color: 7717519.

HSL color Cylindrical-coordinate representation of color #8FC275: hue angle of 99.74º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FC275 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB143194117-
CMYK0.2600.400.24
HSL99.74º38.69%60.98%-
HSV(B)99.74º39.69%76.08%-
XYZ33.8345.7123.87-
YUV169.9798.1108.76-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.50%
GREEN value IS 194 (76.17% from 255) = 42.73%
BLUE value IS 117 (46.09% from 255) = 25.77%
R=31.50%
G=42.73%
B=25.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1431941170.2600.400.2499.7438.6960.98
Hex8FC2751A0281864273d
Octal21730216532050301444775
Binary10001111110000101110101110100101000110001100100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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