#97B16D

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

Shades of Olivine #97B16D

Tints of Olivine #97B16D

Color information

#97B16D (or 0x97B16D) is unknown color: approx Olivine. HEX triplet: 97, B1 and 6D. RGB value is (151,177,109). Sum of RGB (Red+Green+Blue) = 151+177+109=437 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.55% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 177 - color contains mainly: green. Hex color #97B16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97B16D is #684E92. Grayscale: #A1A1A1. Windows color (decimal): -6835859 or 7188887. OLE color: 7188887.

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

Color convert

RGB151177109-
CMYK0.1500.380.31
HSL82.94º30.36%56.08%-
HSV(B)82.94º38.42%69.41%-
XYZ31.2439.1320.37-
YUV161.4798.39120.53-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.55%
GREEN value IS 177 (69.53% from 255) = 40.50%
BLUE value IS 109 (42.97% from 255) = 24.94%
R=34.55%
G=40.50%
B=24.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511771090.1500.380.3182.9430.3656.08
Hex97B16DF0261F531e38
Octal22726115517046371233670
Binary100101111011000111011011111010011011111101001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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