#97BA60

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

Shades of Olivine #97BA60

Tints of Olivine #97BA60

Color information

#97BA60 (or 0x97BA60) is unknown color: approx Olivine. HEX triplet: 97, BA and 60. RGB value is (151,186,96). Sum of RGB (Red+Green+Blue) = 151+186+96=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #97BA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BA60 is #68459F. Grayscale: #A5A5A5. Windows color (decimal): -6833568 or 6339223. OLE color: 6339223.

HSL color Cylindrical-coordinate representation of color #97BA60: hue angle of 83.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #97BA60 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB15118696-
CMYK0.1900.480.27
HSL83.33º39.47%55.29%-
HSV(B)83.33º48.39%72.94%-
XYZ32.4342.5417.57-
YUV165.2788.9117.82-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.87%
GREEN value IS 186 (73.05% from 255) = 42.96%
BLUE value IS 96 (37.89% from 255) = 22.17%
R=34.87%
G=42.96%
B=22.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151186960.1900.480.2783.3339.4755.29
Hex97BA60130301B532737
Octal22727214023060331234767
Binary10010111101110101100000100110110000110111010011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,186,96); }

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

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

 a { background-color: rgb(151,186,96); }

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

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

 span { border-color: rgb(151,186,96); }

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