#9BB775

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

Shades of Olivine #9BB775

Tints of Olivine #9BB775

Color information

#9BB775 (or 0x9BB775) is unknown color: approx Olivine. HEX triplet: 9B, B7 and 75. RGB value is (155,183,117). Sum of RGB (Red+Green+Blue) = 155+183+117=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 183 - color contains mainly: green. Hex color #9BB775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB775 is #64488A. Grayscale: #A7A7A7. Windows color (decimal): -6572171 or 7714715. OLE color: 7714715.

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

Color convert

RGB155183117-
CMYK0.1500.360.28
HSL85.45º31.43%58.82%-
HSV(B)85.45º36.07%71.76%-
XYZ33.6642.1223.19-
YUV167.199.72119.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.07%
GREEN value IS 183 (71.88% from 255) = 40.22%
BLUE value IS 117 (46.09% from 255) = 25.71%
R=34.07%
G=40.22%
B=25.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1551831170.1500.360.2885.4531.4358.82
Hex9BB775F0241C551f3b
Octal23326716517044341253773
Binary100110111011011111101011111010010011100101010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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