#9FBA71

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

Shades of Olivine #9FBA71

Tints of Olivine #9FBA71

Color information

#9FBA71 (or 0x9FBA71) is unknown color: approx Olivine. HEX triplet: 9F, BA and 71. RGB value is (159,186,113). Sum of RGB (Red+Green+Blue) = 159+186+113=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBA71 is #60458E. Grayscale: #A9A9A9. Windows color (decimal): -6309263 or 7453343. OLE color: 7453343.

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

Color convert

RGB159186113-
CMYK0.1500.390.27
HSL82.19º34.6%58.63%-
HSV(B)82.19º39.25%72.94%-
XYZ34.8443.6822.22-
YUV169.696.05120.44-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.72%
GREEN value IS 186 (73.05% from 255) = 40.61%
BLUE value IS 113 (44.53% from 255) = 24.67%
R=34.72%
G=40.61%
B=24.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591861130.1500.390.2782.1934.658.63
Hex9FBA71F0271B52233b
Octal23727216117047331224373
Binary1001111110111010111000111110100111110111010010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,186,113); }

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

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

 a { background-color: rgb(159,186,113); }

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

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

 span { border-color: rgb(159,186,113); }

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