#9BBA75

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

Shades of Olivine #9BBA75

Tints of Olivine #9BBA75

Color information

#9BBA75 (or 0x9BBA75) is unknown color: approx Olivine. HEX triplet: 9B, BA and 75. RGB value is (155,186,117). Sum of RGB (Red+Green+Blue) = 155+186+117=458 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.84% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBA75 is #64458A. Grayscale: #A9A9A9. Windows color (decimal): -6571403 or 7715483. OLE color: 7715483.

HSL color Cylindrical-coordinate representation of color #9BBA75: hue angle of 86.96º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BBA75 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB155186117-
CMYK0.1700.370.27
HSL86.96º33.33%59.41%-
HSV(B)86.96º37.1%72.94%-
XYZ34.2943.3723.39-
YUV168.8698.73118.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.84%
GREEN value IS 186 (73.05% from 255) = 40.61%
BLUE value IS 117 (46.09% from 255) = 25.55%
R=33.84%
G=40.61%
B=25.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551861170.1700.370.2786.9633.3359.41
Hex9BBA75110251B57213b
Octal23327216521045331274173
Binary10011011101110101110101100010100101110111010111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,186,117); }

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

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

 a { background-color: rgb(155,186,117); }

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

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

 span { border-color: rgb(155,186,117); }

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