#9FB277

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

Shades of Olivine #9FB277

Tints of Olivine #9FB277

Color information

#9FB277 (or 0x9FB277) is unknown color: approx Olivine. HEX triplet: 9F, B2 and 77. RGB value is (159,178,119). Sum of RGB (Red+Green+Blue) = 159+178+119=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 178 (69.92% from 255 or 39.04% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 178 - color contains mainly: green. Hex color #9FB277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FB277 is #604D88. Grayscale: #A5A5A5. Windows color (decimal): -6311305 or 7844511. OLE color: 7844511.

HSL color Cylindrical-coordinate representation of color #9FB277: hue angle of 79.32º degrees, saturation: 0.28, 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 #9FB277 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB159178119-
CMYK0.1100.330.30
HSL79.32º27.7%58.24%-
HSV(B)79.32º33.15%69.8%-
XYZ33.5540.5423.51-
YUV165.59101.71123.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.87%
GREEN value IS 178 (69.92% from 255) = 39.04%
BLUE value IS 119 (46.88% from 255) = 26.10%
R=34.87%
G=39.04%
B=26.10%

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
Decimal1591781190.1100.330.3079.3227.758.24
Hex9FB277B0211E4f1c3a
Octal23726216713041361173472
Binary100111111011001011101111011010000111110100111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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