#9BB76B

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

Shades of Olivine #9BB76B

Tints of Olivine #9BB76B

Color information

#9BB76B (or 0x9BB76B) is unknown color: approx Olivine. HEX triplet: 9B, B7 and 6B. RGB value is (155,183,107). Sum of RGB (Red+Green+Blue) = 155+183+107=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 183 - color contains mainly: green. Hex color #9BB76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB76B is #644894. Grayscale: #A6A6A6. Windows color (decimal): -6572181 or 7059355. OLE color: 7059355.

HSL color Cylindrical-coordinate representation of color #9BB76B: hue angle of 82.11º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9BB76B is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB155183107-
CMYK0.1500.420.28
HSL82.11º34.55%56.86%-
HSV(B)82.11º41.53%71.76%-
XYZ33.141.920.25-
YUV165.9694.72120.18-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.83%
GREEN value IS 183 (71.88% from 255) = 41.12%
BLUE value IS 107 (42.19% from 255) = 24.04%
R=34.83%
G=41.12%
B=24.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1551831070.1500.420.2882.1134.5556.86
Hex9BB76BF02A1C522339
Octal23326715317052341224371
Binary1001101110110111110101111110101010111001010010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,183,107); }

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

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

 a { background-color: rgb(155,183,107); }

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

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

 span { border-color: rgb(155,183,107); }

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