#9FB973

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

Shades of Olivine #9FB973

Tints of Olivine #9FB973

Color information

#9FB973 (or 0x9FB973) is unknown color: approx Olivine. HEX triplet: 9F, B9 and 73. RGB value is (159,185,115). Sum of RGB (Red+Green+Blue) = 159+185+115=459 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.64% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 185 - color contains mainly: green. Hex color #9FB973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB973 is #60468C. Grayscale: #A9A9A9. Windows color (decimal): -6309517 or 7584159. OLE color: 7584159.

HSL color Cylindrical-coordinate representation of color #9FB973: hue angle of 82.29º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FB973 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB159185115-
CMYK0.1400.380.27
HSL82.29º33.33%58.82%-
HSV(B)82.29º37.84%72.55%-
XYZ34.7443.3122.75-
YUV169.2597.39120.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.64%
GREEN value IS 185 (72.66% from 255) = 40.31%
BLUE value IS 115 (45.31% from 255) = 25.05%
R=34.64%
G=40.31%
B=25.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591851150.1400.380.2782.2933.3358.82
Hex9FB973E0261B52213b
Octal23727116316046331224173
Binary1001111110111001111001111100100110110111010010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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