#9BB772

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

Shades of Olivine #9BB772

Tints of Olivine #9BB772

Color information

#9BB772 (or 0x9BB772) is unknown color: approx Olivine. HEX triplet: 9B, B7 and 72. RGB value is (155,183,114). Sum of RGB (Red+Green+Blue) = 155+183+114=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 183 - color contains mainly: green. Hex color #9BB772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB772 is #64488D. Grayscale: #A7A7A7. Windows color (decimal): -6572174 or 7518107. OLE color: 7518107.

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

Color convert

RGB155183114-
CMYK0.1500.380.28
HSL84.35º32.39%58.24%-
HSV(B)84.35º37.7%71.76%-
XYZ33.4942.0522.27-
YUV166.7698.22119.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.29%
GREEN value IS 183 (71.88% from 255) = 40.49%
BLUE value IS 114 (44.92% from 255) = 25.22%
R=34.29%
G=40.49%
B=25.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1551831140.1500.380.2884.3532.3958.24
Hex9BB772F0261C54203a
Octal23326716217046341244072
Binary1001101110110111111001011110100110111001010100100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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