#97B17D

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

Shades of Olivine #97B17D

Tints of Olivine #97B17D

Color information

#97B17D (or 0x97B17D) is unknown color: approx Olivine. HEX triplet: 97, B1 and 7D. RGB value is (151,177,125). Sum of RGB (Red+Green+Blue) = 151+177+125=453 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.33% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 177 - color contains mainly: green. Hex color #97B17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97B17D is #684E82. Grayscale: #A3A3A3. Windows color (decimal): -6835843 or 8237463. OLE color: 8237463.

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

Color convert

RGB151177125-
CMYK0.1500.290.31
HSL90º25%59.22%-
HSV(B)90º29.38%69.41%-
XYZ32.1939.525.33-
YUV163.3106.39119.23-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.33%
GREEN value IS 177 (69.53% from 255) = 39.07%
BLUE value IS 125 (49.22% from 255) = 27.59%
R=33.33%
G=39.07%
B=27.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511771250.1500.290.31902559.22
Hex97B17DF01D1F5a193b
Octal22726117517035371323173
Binary10010111101100011111101111101110111111101101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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