#9BBD75

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

Shades of Olivine #9BBD75

Tints of Olivine #9BBD75

Color information

#9BBD75 (or 0x9BBD75) is unknown color: approx Olivine. HEX triplet: 9B, BD and 75. RGB value is (155,189,117). Sum of RGB (Red+Green+Blue) = 155+189+117=461 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.62% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBD75 is #64428A. Grayscale: #AAAAAA. Windows color (decimal): -6570635 or 7716251. OLE color: 7716251.

HSL color Cylindrical-coordinate representation of color #9BBD75: hue angle of 88.33º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BBD75 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB155189117-
CMYK0.1800.380.26
HSL88.33º35.29%60%-
HSV(B)88.33º38.1%74.12%-
XYZ34.9344.6523.61-
YUV170.6397.74116.85-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.62%
GREEN value IS 189 (74.22% from 255) = 41.00%
BLUE value IS 117 (46.09% from 255) = 25.38%
R=33.62%
G=41.00%
B=25.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1551891170.1800.380.2688.3335.2960
Hex9BBD75120261A58233c
Octal23327516522046321304374
Binary10011011101111011110101100100100110110101011000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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