#97B56F

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

Shades of Olivine #97B56F

Tints of Olivine #97B56F

Color information

#97B56F (or 0x97B56F) is unknown color: approx Olivine. HEX triplet: 97, B5 and 6F. RGB value is (151,181,111). Sum of RGB (Red+Green+Blue) = 151+181+111=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 111 (43.75% from 255 or 25.06% from 443); Max value from RGB is 181 - color contains mainly: green. Hex color #97B56F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97B56F is #684A90. Grayscale: #A4A4A4. Windows color (decimal): -6834833 or 7320983. OLE color: 7320983.

HSL color Cylindrical-coordinate representation of color #97B56F: hue angle of 85.71º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97B56F is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB151181111-
CMYK0.1700.390.29
HSL85.71º32.11%57.25%-
HSV(B)85.71º38.67%70.98%-
XYZ32.1640.7721.21-
YUV164.0598.06118.69-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.09%
GREEN value IS 181 (71.09% from 255) = 40.86%
BLUE value IS 111 (43.75% from 255) = 25.06%
R=34.09%
G=40.86%
B=25.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1511811110.1700.390.2985.7132.1157.25
Hex97B56F110271D562039
Octal22726515721047351264071
Binary10010111101101011101111100010100111111011010110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,181,111); }

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

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

 a { background-color: rgb(151,181,111); }

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

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

 span { border-color: rgb(151,181,111); }

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