#97B674

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

Shades of Olivine #97B674

Tints of Olivine #97B674

Color information

#97B674 (or 0x97B674) is unknown color: approx Olivine. HEX triplet: 97, B6 and 74. RGB value is (151,182,116). Sum of RGB (Red+Green+Blue) = 151+182+116=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 182 - color contains mainly: green. Hex color #97B674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97B674 is #68498B. Grayscale: #A5A5A5. Windows color (decimal): -6834572 or 7648919. OLE color: 7648919.

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

Color convert

RGB151182116-
CMYK0.1700.360.29
HSL88.18º31.13%58.43%-
HSV(B)88.18º36.26%71.37%-
XYZ32.6441.322.77-
YUV165.21100.23117.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.63%
GREEN value IS 182 (71.48% from 255) = 40.53%
BLUE value IS 116 (45.70% from 255) = 25.84%
R=33.63%
G=40.53%
B=25.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1511821160.1700.360.2988.1831.1358.43
Hex97B674110241D581f3a
Octal22726616421044351303772
Binary1001011110110110111010010001010010011101101100011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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