#97C674

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

Shades of Olivine #97C674

Tints of Olivine #97C674

Color information

#97C674 (or 0x97C674) is unknown color: approx Olivine. HEX triplet: 97, C6 and 74. RGB value is (151,198,116). Sum of RGB (Red+Green+Blue) = 151+198+116=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 198 - color contains mainly: green. Hex color #97C674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C674 is #68398B. Grayscale: #AEAEAE. Windows color (decimal): -6830476 or 7653015. OLE color: 7653015.

HSL color Cylindrical-coordinate representation of color #97C674: hue angle of 94.39º 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 #97C674 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB151198116-
CMYK0.2400.410.22
HSL94.39º41.84%61.57%-
HSV(B)94.39º41.41%77.65%-
XYZ36.1148.2323.93-
YUV174.694.93111.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.47%
GREEN value IS 198 (77.73% from 255) = 42.58%
BLUE value IS 116 (45.70% from 255) = 24.95%
R=32.47%
G=42.58%
B=24.95%

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
Decimal1511981160.2400.410.2294.3941.8461.57
Hex97C67418029165e2a3e
Octal22730616430051261365276
Binary10010111110001101110100110000101001101101011110101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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