#9BB479

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

Shades of Olivine #9BB479

Tints of Olivine #9BB479

Color information

#9BB479 (or 0x9BB479) is unknown color: approx Olivine. HEX triplet: 9B, B4 and 79. RGB value is (155,180,121). Sum of RGB (Red+Green+Blue) = 155+180+121=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB479 is #644B86. Grayscale: #A6A6A6. Windows color (decimal): -6572935 or 7976091. OLE color: 7976091.

HSL color Cylindrical-coordinate representation of color #9BB479: hue angle of 85.42º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BB479 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB155180121-
CMYK0.1400.330.29
HSL85.42º28.23%59.02%-
HSV(B)85.42º32.78%70.59%-
XYZ33.2940.9924.25-
YUV165.8102.72120.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.99%
GREEN value IS 180 (70.70% from 255) = 39.47%
BLUE value IS 121 (47.66% from 255) = 26.54%
R=33.99%
G=39.47%
B=26.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551801210.1400.330.2985.4228.2359.02
Hex9BB479E0211D551c3b
Octal23326417116041351253473
Binary100110111011010011110011110010000111101101010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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