#97A97B

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

Shades of Olivine #97A97B

Tints of Olivine #97A97B

Color information

#97A97B (or 0x97A97B) is unknown color: approx Olivine. HEX triplet: 97, A9 and 7B. RGB value is (151,169,123). Sum of RGB (Red+Green+Blue) = 151+169+123=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 169 - color contains mainly: green. Hex color #97A97B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A97B is #685684. Grayscale: #9E9E9E. Windows color (decimal): -6837893 or 8104343. OLE color: 8104343.

HSL color Cylindrical-coordinate representation of color #97A97B: hue angle of 83.48º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97A97B is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB151169123-
CMYK0.1100.270.34
HSL83.48º21.1%57.25%-
HSV(B)83.48º27.22%66.27%-
XYZ30.5336.3924.15-
YUV158.37108.04122.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.09%
GREEN value IS 169 (66.41% from 255) = 38.15%
BLUE value IS 123 (48.44% from 255) = 27.77%
R=34.09%
G=38.15%
B=27.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1511691230.1100.270.3483.4821.157.25
Hex97A97BB01B22531539
Octal22725117313033421232571
Binary100101111010100111110111011011011100010101001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,169,123); }

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

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

 a { background-color: rgb(151,169,123); }

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

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

 span { border-color: rgb(151,169,123); }

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