#9BBB71

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

Shades of Olivine #9BBB71

Tints of Olivine #9BBB71

Color information

#9BBB71 (or 0x9BBB71) is unknown color: approx Olivine. HEX triplet: 9B, BB and 71. RGB value is (155,187,113). Sum of RGB (Red+Green+Blue) = 155+187+113=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBB71 is #64448E. Grayscale: #A9A9A9. Windows color (decimal): -6571151 or 7453595. OLE color: 7453595.

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

Color convert

RGB155187113-
CMYK0.1700.400.27
HSL85.95º35.24%58.82%-
HSV(B)85.95º39.57%73.33%-
XYZ34.2743.722.25-
YUV16996.4118.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.07%
GREEN value IS 187 (73.44% from 255) = 41.10%
BLUE value IS 113 (44.53% from 255) = 24.84%
R=34.07%
G=41.10%
B=24.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551871130.1700.400.2785.9535.2458.82
Hex9BBB71110281B56233b
Octal23327316121050331264373
Binary10011011101110111110001100010101000110111010110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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