#9BB975

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

Shades of Olivine #9BB975

Tints of Olivine #9BB975

Color information

#9BB975 (or 0x9BB975) is unknown color: approx Olivine. HEX triplet: 9B, B9 and 75. RGB value is (155,185,117). Sum of RGB (Red+Green+Blue) = 155+185+117=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB975 is #64468A. Grayscale: #A8A8A8. Windows color (decimal): -6571659 or 7715227. OLE color: 7715227.

HSL color Cylindrical-coordinate representation of color #9BB975: hue angle of 86.47º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BB975 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB155185117-
CMYK0.1600.370.27
HSL86.47º32.69%59.22%-
HSV(B)86.47º36.76%72.55%-
XYZ34.0842.9523.32-
YUV168.2899.06118.53-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.92%
GREEN value IS 185 (72.66% from 255) = 40.48%
BLUE value IS 117 (46.09% from 255) = 25.60%
R=33.92%
G=40.48%
B=25.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551851170.1600.370.2786.4732.6959.22
Hex9BB975100251B56213b
Octal23327116520045331264173
Binary10011011101110011110101100000100101110111010110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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