#97B175

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

Shades of Olivine #97B175

Tints of Olivine #97B175

Color information

#97B175 (or 0x97B175) is unknown color: approx Olivine. HEX triplet: 97, B1 and 75. RGB value is (151,177,117). Sum of RGB (Red+Green+Blue) = 151+177+117=445 (58% of max value = 765). Red value is 151 (59.38% from 255 or 33.93% from 445); Green value is 177 (69.53% from 255 or 39.78% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 177 - color contains mainly: green. Hex color #97B175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97B175 is #684E8A. Grayscale: #A2A2A2. Windows color (decimal): -6835851 or 7713175. OLE color: 7713175.

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

Color convert

RGB151177117-
CMYK0.1500.340.31
HSL86º27.78%57.65%-
HSV(B)86º33.9%69.41%-
XYZ31.739.3122.75-
YUV162.39102.39119.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.93%
GREEN value IS 177 (69.53% from 255) = 39.78%
BLUE value IS 117 (46.09% from 255) = 26.29%
R=33.93%
G=39.78%
B=26.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511771170.1500.340.318627.7857.65
Hex97B175F0221F561c3a
Octal22726116517042371263472
Binary100101111011000111101011111010001011111101011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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