#9BB977

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

Shades of Olivine #9BB977

Tints of Olivine #9BB977

Color information

#9BB977 (or 0x9BB977) is unknown color: approx Olivine. HEX triplet: 9B, B9 and 77. RGB value is (155,185,119). Sum of RGB (Red+Green+Blue) = 155+185+119=459 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.77% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB977 is #644688. Grayscale: #A8A8A8. Windows color (decimal): -6571657 or 7846299. OLE color: 7846299.

HSL color Cylindrical-coordinate representation of color #9BB977: hue angle of 87.27º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BB977 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB155185119-
CMYK0.1600.360.27
HSL87.27º32.04%59.61%-
HSV(B)87.27º35.68%72.55%-
XYZ34.24323.95-
YUV168.51100.06118.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.77%
GREEN value IS 185 (72.66% from 255) = 40.31%
BLUE value IS 119 (46.88% from 255) = 25.93%
R=33.77%
G=40.31%
B=25.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551851190.1600.360.2787.2732.0459.61
Hex9BB977100241B57203c
Octal23327116720044331274074
Binary10011011101110011110111100000100100110111010111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,185,119); }

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

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

 a { background-color: rgb(155,185,119); }

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

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

 span { border-color: rgb(155,185,119); }

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