#97B676

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

Shades of Olivine #97B676

Tints of Olivine #97B676

Color information

#97B676 (or 0x97B676) is unknown color: approx Olivine. HEX triplet: 97, B6 and 76. RGB value is (151,182,118). Sum of RGB (Red+Green+Blue) = 151+182+118=451 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.48% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 118 (46.48% from 255 or 26.16% from 451); Max value from RGB is 182 - color contains mainly: green. Hex color #97B676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97B676 is #684989. Grayscale: #A5A5A5. Windows color (decimal): -6834570 or 7779991. OLE color: 7779991.

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

Color convert

RGB151182118-
CMYK0.1700.350.29
HSL89.06º30.48%58.82%-
HSV(B)89.06º35.16%71.37%-
XYZ32.7641.3423.39-
YUV165.44101.23117.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.48%
GREEN value IS 182 (71.48% from 255) = 40.35%
BLUE value IS 118 (46.48% from 255) = 26.16%
R=33.48%
G=40.35%
B=26.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1511821180.1700.350.2989.0630.4858.82
Hex97B676110231D591e3b
Octal22726616621043351313673
Binary1001011110110110111011010001010001111101101100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,182,118); }

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

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

 a { background-color: rgb(151,182,118); }

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

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

 span { border-color: rgb(151,182,118); }

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