#97BB60

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

Shades of Olivine #97BB60

Tints of Olivine #97BB60

Color information

#97BB60 (or 0x97BB60) is unknown color: approx Olivine. HEX triplet: 97, BB and 60. RGB value is (151,187,96). Sum of RGB (Red+Green+Blue) = 151+187+96=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 187 - color contains mainly: green. Hex color #97BB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BB60 is #68449F. Grayscale: #A6A6A6. Windows color (decimal): -6833312 or 6339479. OLE color: 6339479.

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

Color convert

RGB15118796-
CMYK0.1900.490.27
HSL83.74º40.09%55.49%-
HSV(B)83.74º48.66%73.33%-
XYZ32.6442.9617.64-
YUV165.8688.57117.4-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.79%
GREEN value IS 187 (73.44% from 255) = 43.09%
BLUE value IS 96 (37.89% from 255) = 22.12%
R=34.79%
G=43.09%
B=22.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151187960.1900.490.2783.7440.0955.49
Hex97BB60130311B542837
Octal22727314023061331245067
Binary10010111101110111100000100110110001110111010100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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