#9FB279

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

Shades of Olivine #9FB279

Tints of Olivine #9FB279

Color information

#9FB279 (or 0x9FB279) is unknown color: approx Olivine. HEX triplet: 9F, B2 and 79. RGB value is (159,178,121). Sum of RGB (Red+Green+Blue) = 159+178+121=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 121 (47.66% from 255 or 26.42% from 458); Max value from RGB is 178 - color contains mainly: green. Hex color #9FB279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FB279 is #604D86. Grayscale: #A6A6A6. Windows color (decimal): -6311303 or 7975583. OLE color: 7975583.

HSL color Cylindrical-coordinate representation of color #9FB279: hue angle of 80º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FB279 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB159178121-
CMYK0.1100.320.30
HSL80º27.01%58.63%-
HSV(B)80º32.02%69.8%-
XYZ33.6740.5924.15-
YUV165.82102.71123.13-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.72%
GREEN value IS 178 (69.92% from 255) = 38.86%
BLUE value IS 121 (47.66% from 255) = 26.42%
R=34.72%
G=38.86%
B=26.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1591781210.1100.320.308027.0158.63
Hex9FB279B0201E501b3b
Octal23726217113040361203373
Binary100111111011001011110011011010000011110101000011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,178,121); }

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

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

 a { background-color: rgb(159,178,121); }

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

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

 span { border-color: rgb(159,178,121); }

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