#97C161

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

Shades of Olivine #97C161

Tints of Olivine #97C161

Color information

#97C161 (or 0x97C161) is unknown color: approx Olivine. HEX triplet: 97, C1 and 61. RGB value is (151,193,97). Sum of RGB (Red+Green+Blue) = 151+193+97=441 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.24% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 193 - color contains mainly: green. Hex color #97C161 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C161 is #683E9E. Grayscale: #A9A9A9. Windows color (decimal): -6831775 or 6406551. OLE color: 6406551.

HSL color Cylindrical-coordinate representation of color #97C161: hue angle of 86.25º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #97C161 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB15119397-
CMYK0.2200.500.24
HSL86.25º43.64%56.86%-
HSV(B)86.25º49.74%75.69%-
XYZ33.9945.5818.32-
YUV169.587.09114.81-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.24%
GREEN value IS 193 (75.78% from 255) = 43.76%
BLUE value IS 97 (38.28% from 255) = 22.00%
R=34.24%
G=43.76%
B=22.00%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal151193970.2200.500.2486.2543.6456.86
Hex97C1611603218562c39
Octal22730114126062301265471
Binary10010111110000011100001101100110010110001010110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,193,97); }

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

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

 a { background-color: rgb(151,193,97); }

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

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

 span { border-color: rgb(151,193,97); }

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