#97B56C

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

Shades of Olivine #97B56C

Tints of Olivine #97B56C

Color information

#97B56C (or 0x97B56C) is unknown color: approx Olivine. HEX triplet: 97, B5 and 6C. RGB value is (151,181,108). Sum of RGB (Red+Green+Blue) = 151+181+108=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 108 (42.58% from 255 or 24.55% from 440); Max value from RGB is 181 - color contains mainly: green. Hex color #97B56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97B56C is #684A93. Grayscale: #A3A3A3. Windows color (decimal): -6834836 or 7124375. OLE color: 7124375.

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

Color convert

RGB151181108-
CMYK0.1700.400.29
HSL84.66º33.03%56.67%-
HSV(B)84.66º40.33%70.98%-
XYZ31.9940.7120.36-
YUV163.7196.56118.94-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.32%
GREEN value IS 181 (71.09% from 255) = 41.14%
BLUE value IS 108 (42.58% from 255) = 24.55%
R=34.32%
G=41.14%
B=24.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1511811080.1700.400.2984.6633.0356.67
Hex97B56C110281D552139
Octal22726515421050351254171
Binary10010111101101011101100100010101000111011010101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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