#97C776

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

Shades of Olivine #97C776

Tints of Olivine #97C776

Color information

#97C776 (or 0x97C776) is unknown color: approx Olivine. HEX triplet: 97, C7 and 76. RGB value is (151,199,118). Sum of RGB (Red+Green+Blue) = 151+199+118=468 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.26% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 199 - color contains mainly: green. Hex color #97C776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C776 is #683889. Grayscale: #AFAFAF. Windows color (decimal): -6830218 or 7784343. OLE color: 7784343.

HSL color Cylindrical-coordinate representation of color #97C776: hue angle of 95.56º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97C776 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB151199118-
CMYK0.2400.410.22
HSL95.56º41.97%62.16%-
HSV(B)95.56º40.7%78.04%-
XYZ36.4648.7324.62-
YUV175.4195.6110.59-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.26%
GREEN value IS 199 (78.12% from 255) = 42.52%
BLUE value IS 118 (46.48% from 255) = 25.21%
R=32.26%
G=42.52%
B=25.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1511991180.2400.410.2295.5641.9762.16
Hex97C7761802916602a3e
Octal22730716630051261405276
Binary10010111110001111110110110000101001101101100000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,199,118); }

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

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

 a { background-color: rgb(151,199,118); }

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

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

 span { border-color: rgb(151,199,118); }

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