#9FBC7C

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

Shades of Olivine #9FBC7C

Tints of Olivine #9FBC7C

Color information

#9FBC7C (or 0x9FBC7C) is unknown color: approx Olivine. HEX triplet: 9F, BC and 7C. RGB value is (159,188,124). Sum of RGB (Red+Green+Blue) = 159+188+124=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBC7C is #604383. Grayscale: #ACACAC. Windows color (decimal): -6308740 or 8174751. OLE color: 8174751.

HSL color Cylindrical-coordinate representation of color #9FBC7C: hue angle of 87.19º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FBC7C is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB159188124-
CMYK0.1500.340.26
HSL87.19º32.32%61.18%-
HSV(B)87.19º34.04%73.73%-
XYZ35.9244.7925.82-
YUV172.03100.89118.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.76%
GREEN value IS 188 (73.83% from 255) = 39.92%
BLUE value IS 124 (48.83% from 255) = 26.33%
R=33.76%
G=39.92%
B=26.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591881240.1500.340.2687.1932.3261.18
Hex9FBC7CF0221A57203d
Octal23727417417042321274075
Binary1001111110111100111110011110100010110101010111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FBC7C; }

 p { color: rgb(159,188,124); }

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

<style>
 a { background-color: #9FBC7C; }

 a { background-color: rgb(159,188,124); }

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

<style>
 span { border-color: #9FBC7C; }

 span { border-color: rgb(159,188,124); }

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