#97B464

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

Shades of Olivine #97B464

Tints of Olivine #97B464

Color information

#97B464 (or 0x97B464) is unknown color: approx Olivine. HEX triplet: 97, B4 and 64. RGB value is (151,180,100). Sum of RGB (Red+Green+Blue) = 151+180+100=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 100 (39.45% from 255 or 23.20% from 431); Max value from RGB is 180 - color contains mainly: green. Hex color #97B464 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97B464 is #684B9B. Grayscale: #A2A2A2. Windows color (decimal): -6835100 or 6599831. OLE color: 6599831.

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

Color convert

RGB151180100-
CMYK0.1600.440.29
HSL81.75º34.78%54.9%-
HSV(B)81.75º44.44%70.59%-
XYZ31.3840.1418.15-
YUV162.2192.89120-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.03%
GREEN value IS 180 (70.70% from 255) = 41.76%
BLUE value IS 100 (39.45% from 255) = 23.20%
R=35.03%
G=41.76%
B=23.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1511801000.1600.440.2981.7534.7854.9
Hex97B4641002C1D522337
Octal22726414420054351224367
Binary10010111101101001100100100000101100111011010010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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