#97B180

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

Shades of Olivine #97B180

Tints of Olivine #97B180

Color information

#97B180 (or 0x97B180) is unknown color: approx Olivine. HEX triplet: 97, B1 and 80. RGB value is (151,177,128). Sum of RGB (Red+Green+Blue) = 151+177+128=456 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.11% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 177 - color contains mainly: green. Hex color #97B180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97B180 is #684E7F. Grayscale: #A3A3A3. Windows color (decimal): -6835840 or 8434071. OLE color: 8434071.

HSL color Cylindrical-coordinate representation of color #97B180: hue angle of 91.84º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #97B180 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB151177128-
CMYK0.1500.280.31
HSL91.84º23.9%59.8%-
HSV(B)91.84º27.68%69.41%-
XYZ32.3839.5826.36-
YUV163.64107.89118.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.11%
GREEN value IS 177 (69.53% from 255) = 38.82%
BLUE value IS 128 (50.39% from 255) = 28.07%
R=33.11%
G=38.82%
B=28.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511771280.1500.280.3191.8423.959.8
Hex97B180F01C1F5c183c
Octal22726120017034371343074
Binary100101111011000110000000111101110011111101110011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97B180; }

 p { color: rgb(151,177,128); }

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

<style>
 a { background-color: #97B180; }

 a { background-color: rgb(151,177,128); }

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

<style>
 span { border-color: #97B180; }

 span { border-color: rgb(151,177,128); }

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