#97BE7A

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

Shades of Olivine #97BE7A

Tints of Olivine #97BE7A

Color information

#97BE7A (or 0x97BE7A) is unknown color: approx Olivine. HEX triplet: 97, BE and 7A. RGB value is (151,190,122). Sum of RGB (Red+Green+Blue) = 151+190+122=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 190 - color contains mainly: green. Hex color #97BE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BE7A is #684185. Grayscale: #AAAAAA. Windows color (decimal): -6832518 or 8044183. OLE color: 8044183.

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

Color convert

RGB151190122-
CMYK0.2100.360.25
HSL94.41º34.34%61.18%-
HSV(B)94.41º35.79%74.51%-
XYZ34.6944.8125.23-
YUV170.59100.58114.03-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.61%
GREEN value IS 190 (74.61% from 255) = 41.04%
BLUE value IS 122 (48.05% from 255) = 26.35%
R=32.61%
G=41.04%
B=26.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511901220.2100.360.2594.4134.3461.18
Hex97BE7A15024195e223d
Octal22727617225044311364275
Binary10010111101111101111010101010100100110011011110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,190,122); }

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

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

 a { background-color: rgb(151,190,122); }

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

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

 span { border-color: rgb(151,190,122); }

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