#9BB379

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

Shades of Olivine #9BB379

Tints of Olivine #9BB379

Color information

#9BB379 (or 0x9BB379) is unknown color: approx Olivine. HEX triplet: 9B, B3 and 79. RGB value is (155,179,121). Sum of RGB (Red+Green+Blue) = 155+179+121=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 121 (47.66% from 255 or 26.59% from 455); Max value from RGB is 179 - color contains mainly: green. Hex color #9BB379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB379 is #644C86. Grayscale: #A5A5A5. Windows color (decimal): -6573191 or 7975835. OLE color: 7975835.

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

Color convert

RGB155179121-
CMYK0.1300.320.30
HSL84.83º27.62%58.82%-
HSV(B)84.83º32.4%70.2%-
XYZ33.0940.5924.18-
YUV165.21103.05120.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.07%
GREEN value IS 179 (70.31% from 255) = 39.34%
BLUE value IS 121 (47.66% from 255) = 26.59%
R=34.07%
G=39.34%
B=26.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1551791210.1300.320.3084.8327.6258.82
Hex9BB379D0201E551c3b
Octal23326317115040361253473
Binary100110111011001111110011101010000011110101010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,179,121); }

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

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

 a { background-color: rgb(155,179,121); }

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

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

 span { border-color: rgb(155,179,121); }

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