#97B46D

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

Shades of Olivine #97B46D

Tints of Olivine #97B46D

Color information

#97B46D (or 0x97B46D) is unknown color: approx Olivine. HEX triplet: 97, B4 and 6D. RGB value is (151,180,109). Sum of RGB (Red+Green+Blue) = 151+180+109=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 180 - color contains mainly: green. Hex color #97B46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97B46D is #684B92. Grayscale: #A3A3A3. Windows color (decimal): -6835091 or 7189655. OLE color: 7189655.

HSL color Cylindrical-coordinate representation of color #97B46D: hue angle of 84.51º 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 #97B46D is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB151180109-
CMYK0.1600.390.29
HSL84.51º32.13%56.67%-
HSV(B)84.51º39.44%70.59%-
XYZ31.8440.3320.57-
YUV163.2397.39119.27-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.32%
GREEN value IS 180 (70.70% from 255) = 40.91%
BLUE value IS 109 (42.97% from 255) = 24.77%
R=34.32%
G=40.91%
B=24.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1511801090.1600.390.2984.5132.1356.67
Hex97B46D100271D552039
Octal22726415520047351254071
Binary10010111101101001101101100000100111111011010101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,180,109); }

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

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

 a { background-color: rgb(151,180,109); }

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

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

 span { border-color: rgb(151,180,109); }

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