#97C560

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

Shades of Olivine #97C560

Tints of Olivine #97C560

Color information

#97C560 (or 0x97C560) is unknown color: approx Olivine. HEX triplet: 97, C5 and 60. RGB value is (151,197,96). Sum of RGB (Red+Green+Blue) = 151+197+96=444 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.01% from 444); Green value is 197 (77.34% from 255 or 44.37% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 197 - color contains mainly: green. Hex color #97C560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C560 is #683A9F. Grayscale: #ACACAC. Windows color (decimal): -6830752 or 6342039. OLE color: 6342039.

HSL color Cylindrical-coordinate representation of color #97C560: hue angle of 87.33º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #97C560 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB15119796-
CMYK0.2300.510.23
HSL87.33º46.54%57.45%-
HSV(B)87.33º51.27%77.25%-
XYZ34.8447.3618.37-
YUV171.7385.26113.21-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.01%
GREEN value IS 197 (77.34% from 255) = 44.37%
BLUE value IS 96 (37.89% from 255) = 21.62%
R=34.01%
G=44.37%
B=21.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal151197960.2300.510.2387.3346.5457.45
Hex97C5601703317572f39
Octal22730514027063271275771
Binary10010111110001011100000101110110011101111010111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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