#97C970

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

Shades of Olivine #97C970

Tints of Olivine #97C970

Color information

#97C970 (or 0x97C970) is unknown color: approx Olivine. HEX triplet: 97, C9 and 70. RGB value is (151,201,112). Sum of RGB (Red+Green+Blue) = 151+201+112=464 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.54% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 201 - color contains mainly: green. Hex color #97C970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C970 is #68368F. Grayscale: #B0B0B0. Windows color (decimal): -6829712 or 7391639. OLE color: 7391639.

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

Color convert

RGB151201112-
CMYK0.2500.440.21
HSL93.71º45.18%61.37%-
HSV(B)93.71º44.28%78.82%-
XYZ36.5749.5222.96-
YUV175.991.94110.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.54%
GREEN value IS 201 (78.91% from 255) = 43.32%
BLUE value IS 112 (44.14% from 255) = 24.14%
R=32.54%
G=43.32%
B=24.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1512011120.2500.440.2193.7145.1861.37
Hex97C9701902C155e2d3d
Octal22731116031054251365575
Binary10010111110010011110000110010101100101011011110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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