#8FB97B

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

Shades of Olivine #8FB97B

Tints of Olivine #8FB97B

Color information

#8FB97B (or 0x8FB97B) is unknown color: approx Olivine. HEX triplet: 8F, B9 and 7B. RGB value is (143,185,123). Sum of RGB (Red+Green+Blue) = 143+185+123=451 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.71% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 185 - color contains mainly: green. Hex color #8FB97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB97B is #704684. Grayscale: #A5A5A5. Windows color (decimal): -7358085 or 8108431. OLE color: 8108431.

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

Color convert

RGB143185123-
CMYK0.2300.340.27
HSL100.65º30.69%60.39%-
HSV(B)100.65º33.51%72.55%-
XYZ32.2541.9725.14-
YUV165.37104.09112.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.71%
GREEN value IS 185 (72.66% from 255) = 41.02%
BLUE value IS 123 (48.44% from 255) = 27.27%
R=31.71%
G=41.02%
B=27.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431851230.2300.340.27100.6530.6960.39
Hex8FB97B170221B651f3c
Octal21727117327042331453774
Binary1000111110111001111101110111010001011011110010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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