#97BF71

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

Shades of Olivine #97BF71

Tints of Olivine #97BF71

Color information

#97BF71 (or 0x97BF71) is unknown color: approx Olivine. HEX triplet: 97, BF and 71. RGB value is (151,191,113). Sum of RGB (Red+Green+Blue) = 151+191+113=455 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.19% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 191 - color contains mainly: green. Hex color #97BF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BF71 is #68408E. Grayscale: #AAAAAA. Windows color (decimal): -6832271 or 7454615. OLE color: 7454615.

HSL color Cylindrical-coordinate representation of color #97BF71: hue angle of 90.77º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97BF71 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB151191113-
CMYK0.2100.410.25
HSL90.77º37.86%59.61%-
HSV(B)90.77º40.84%74.9%-
XYZ34.3745.0322.5-
YUV170.1595.75114.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.19%
GREEN value IS 191 (75% from 255) = 41.98%
BLUE value IS 113 (44.53% from 255) = 24.84%
R=33.19%
G=41.98%
B=24.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511911130.2100.410.2590.7737.8659.61
Hex97BF7115029195b263c
Octal22727716125051311334674
Binary10010111101111111110001101010101001110011011011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,191,113); }

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

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

 a { background-color: rgb(151,191,113); }

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

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

 span { border-color: rgb(151,191,113); }

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