#8FB97C

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

Shades of Olivine #8FB97C

Tints of Olivine #8FB97C

Color information

#8FB97C (or 0x8FB97C) is unknown color: approx Olivine. HEX triplet: 8F, B9 and 7C. RGB value is (143,185,124). Sum of RGB (Red+Green+Blue) = 143+185+124=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 185 - color contains mainly: green. Hex color #8FB97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB97C is #704683. Grayscale: #A5A5A5. Windows color (decimal): -7358084 or 8173967. OLE color: 8173967.

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

Color convert

RGB143185124-
CMYK0.2300.330.27
HSL101.31º30.35%60.59%-
HSV(B)101.31º32.97%72.55%-
XYZ32.3141.9925.47-
YUV165.49104.59111.96-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.64%
GREEN value IS 185 (72.66% from 255) = 40.93%
BLUE value IS 124 (48.83% from 255) = 27.43%
R=31.64%
G=40.93%
B=27.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431851240.2300.330.27101.3130.3560.59
Hex8FB97C170211B651e3d
Octal21727117427041331453675
Binary1000111110111001111110010111010000111011110010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,185,124); }

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

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

 a { background-color: rgb(143,185,124); }

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

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

 span { border-color: rgb(143,185,124); }

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