#97B76D

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

Shades of Olivine #97B76D

Tints of Olivine #97B76D

Color information

#97B76D (or 0x97B76D) is unknown color: approx Olivine. HEX triplet: 97, B7 and 6D. RGB value is (151,183,109). Sum of RGB (Red+Green+Blue) = 151+183+109=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 183 - color contains mainly: green. Hex color #97B76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97B76D is #684892. Grayscale: #A5A5A5. Windows color (decimal): -6834323 or 7190423. OLE color: 7190423.

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

Color convert

RGB151183109-
CMYK0.1700.400.28
HSL85.95º33.94%57.25%-
HSV(B)85.95º40.44%71.76%-
XYZ32.4641.5520.78-
YUV16596.4118.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.09%
GREEN value IS 183 (71.88% from 255) = 41.31%
BLUE value IS 109 (42.97% from 255) = 24.60%
R=34.09%
G=41.31%
B=24.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1511831090.1700.400.2885.9533.9457.25
Hex97B76D110281C562239
Octal22726715521050341264271
Binary10010111101101111101101100010101000111001010110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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