#9BB978

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

Shades of Olivine #9BB978

Tints of Olivine #9BB978

Color information

#9BB978 (or 0x9BB978) is unknown color: approx Olivine. HEX triplet: 9B, B9 and 78. RGB value is (155,185,120). Sum of RGB (Red+Green+Blue) = 155+185+120=460 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.70% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB978 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB978 is #644687. Grayscale: #A8A8A8. Windows color (decimal): -6571656 or 7911835. OLE color: 7911835.

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

Color convert

RGB155185120-
CMYK0.1600.350.27
HSL87.69º31.71%59.8%-
HSV(B)87.69º35.14%72.55%-
XYZ34.2643.0224.27-
YUV168.62100.56118.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.70%
GREEN value IS 185 (72.66% from 255) = 40.22%
BLUE value IS 120 (47.27% from 255) = 26.09%
R=33.70%
G=40.22%
B=26.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551851200.1600.350.2787.6931.7159.8
Hex9BB978100231B58203c
Octal23327117020043331304074
Binary10011011101110011111000100000100011110111011000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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