#9BBB75

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

Shades of Olivine #9BBB75

Tints of Olivine #9BBB75

Color information

#9BBB75 (or 0x9BBB75) is unknown color: approx Olivine. HEX triplet: 9B, BB and 75. RGB value is (155,187,117). Sum of RGB (Red+Green+Blue) = 155+187+117=459 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.77% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBB75 is #64448A. Grayscale: #A9A9A9. Windows color (decimal): -6571147 or 7715739. OLE color: 7715739.

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

Color convert

RGB155187117-
CMYK0.1700.370.27
HSL87.43º33.98%59.61%-
HSV(B)87.43º37.43%73.33%-
XYZ34.543.7923.46-
YUV169.4598.4117.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.77%
GREEN value IS 187 (73.44% from 255) = 40.74%
BLUE value IS 117 (46.09% from 255) = 25.49%
R=33.77%
G=40.74%
B=25.49%

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
Decimal1551871170.1700.370.2787.4333.9859.61
Hex9BBB75110251B57223c
Octal23327316521045331274274
Binary10011011101110111110101100010100101110111010111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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