#9FB278

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

Shades of Olivine #9FB278

Tints of Olivine #9FB278

Color information

#9FB278 (or 0x9FB278) is unknown color: approx Olivine. HEX triplet: 9F, B2 and 78. RGB value is (159,178,120). Sum of RGB (Red+Green+Blue) = 159+178+120=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 178 - color contains mainly: green. Hex color #9FB278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FB278 is #604D87. Grayscale: #A5A5A5. Windows color (decimal): -6311304 or 7910047. OLE color: 7910047.

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

Color convert

RGB159178120-
CMYK0.1100.330.30
HSL79.66º27.36%58.43%-
HSV(B)79.66º32.58%69.8%-
XYZ33.6140.5723.83-
YUV165.71102.21123.22-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.79%
GREEN value IS 178 (69.92% from 255) = 38.95%
BLUE value IS 120 (47.27% from 255) = 26.26%
R=34.79%
G=38.95%
B=26.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1591781200.1100.330.3079.6627.3658.43
Hex9FB278B0211E501b3a
Octal23726217013041361203372
Binary100111111011001011110001011010000111110101000011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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