#9FB573

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

Shades of Olivine #9FB573

Tints of Olivine #9FB573

Color information

#9FB573 (or 0x9FB573) is unknown color: approx Olivine. HEX triplet: 9F, B5 and 73. RGB value is (159,181,115). Sum of RGB (Red+Green+Blue) = 159+181+115=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 181 - color contains mainly: green. Hex color #9FB573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB573 is #604A8C. Grayscale: #A7A7A7. Windows color (decimal): -6310541 or 7583135. OLE color: 7583135.

HSL color Cylindrical-coordinate representation of color #9FB573: hue angle of 80º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FB573 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB159181115-
CMYK0.1200.360.29
HSL80º30.84%58.04%-
HSV(B)80º36.46%70.98%-
XYZ33.9241.6622.47-
YUV166.998.71122.37-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.95%
GREEN value IS 181 (71.09% from 255) = 39.78%
BLUE value IS 115 (45.31% from 255) = 25.27%
R=34.95%
G=39.78%
B=25.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591811150.1200.360.298030.8458.04
Hex9FB573C0241D501f3a
Octal23726516314044351203772
Binary100111111011010111100111100010010011101101000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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