#9FBC73

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

Shades of Olivine #9FBC73

Tints of Olivine #9FBC73

Color information

#9FBC73 (or 0x9FBC73) is unknown color: approx Olivine. HEX triplet: 9F, BC and 73. RGB value is (159,188,115). Sum of RGB (Red+Green+Blue) = 159+188+115=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBC73 is #60438C. Grayscale: #ABABAB. Windows color (decimal): -6308749 or 7584927. OLE color: 7584927.

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

Color convert

RGB159188115-
CMYK0.1500.390.26
HSL83.84º35.27%59.41%-
HSV(B)83.84º38.83%73.73%-
XYZ35.3844.5822.96-
YUV171.0196.39119.44-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.42%
GREEN value IS 188 (73.83% from 255) = 40.69%
BLUE value IS 115 (45.31% from 255) = 24.89%
R=34.42%
G=40.69%
B=24.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591881150.1500.390.2683.8435.2759.41
Hex9FBC73F0271A54233b
Octal23727416317047321244373
Binary1001111110111100111001111110100111110101010100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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