#97C570

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

Shades of Olivine #97C570

Tints of Olivine #97C570

Color information

#97C570 (or 0x97C570) is unknown color: approx Olivine. HEX triplet: 97, C5 and 70. RGB value is (151,197,112). Sum of RGB (Red+Green+Blue) = 151+197+112=460 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.83% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 197 - color contains mainly: green. Hex color #97C570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C570 is #683A8F. Grayscale: #ADADAD. Windows color (decimal): -6830736 or 7390615. OLE color: 7390615.

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

Color convert

RGB151197112-
CMYK0.2300.430.23
HSL92.47º42.29%60.59%-
HSV(B)92.47º43.15%77.25%-
XYZ35.6547.6822.65-
YUV173.5693.26111.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.83%
GREEN value IS 197 (77.34% from 255) = 42.83%
BLUE value IS 112 (44.14% from 255) = 24.35%
R=32.83%
G=42.83%
B=24.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1511971120.2300.430.2392.4742.2960.59
Hex97C5701702B175c2a3d
Octal22730516027053271345275
Binary10010111110001011110000101110101011101111011100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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