#97C574

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

Shades of Olivine #97C574

Tints of Olivine #97C574

Color information

#97C574 (or 0x97C574) is unknown color: approx Olivine. HEX triplet: 97, C5 and 74. RGB value is (151,197,116). Sum of RGB (Red+Green+Blue) = 151+197+116=464 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.54% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 197 - color contains mainly: green. Hex color #97C574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C574 is #683A8B. Grayscale: #AEAEAE. Windows color (decimal): -6830732 or 7652759. OLE color: 7652759.

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

Color convert

RGB151197116-
CMYK0.2300.410.23
HSL94.07º41.12%61.37%-
HSV(B)94.07º41.12%77.25%-
XYZ35.8847.7723.85-
YUV174.0195.26111.59-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.54%
GREEN value IS 197 (77.34% from 255) = 42.46%
BLUE value IS 116 (45.70% from 255) = 25%
R=32.54%
G=42.46%
B=25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1511971160.2300.410.2394.0741.1261.37
Hex97C57417029175e293d
Octal22730516427051271365175
Binary10010111110001011110100101110101001101111011110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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