#97C364

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

Shades of Olivine #97C364

Tints of Olivine #97C364

Color information

#97C364 (or 0x97C364) is unknown color: approx Olivine. HEX triplet: 97, C3 and 64. RGB value is (151,195,100). Sum of RGB (Red+Green+Blue) = 151+195+100=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 100 (39.45% from 255 or 22.42% from 446); Max value from RGB is 195 - color contains mainly: green. Hex color #97C364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C364 is #683C9B. Grayscale: #ABABAB. Windows color (decimal): -6831260 or 6603671. OLE color: 6603671.

HSL color Cylindrical-coordinate representation of color #97C364: hue angle of 87.79º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #97C364 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB151195100-
CMYK0.2300.490.24
HSL87.79º44.19%57.84%-
HSV(B)87.79º48.72%76.47%-
XYZ34.5846.5319.22-
YUV171.0187.92113.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.86%
GREEN value IS 195 (76.56% from 255) = 43.72%
BLUE value IS 100 (39.45% from 255) = 22.42%
R=33.86%
G=43.72%
B=22.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1511951000.2300.490.2487.7944.1957.84
Hex97C3641703118582c3a
Octal22730314427061301305472
Binary10010111110000111100100101110110001110001011000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,195,100); }

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

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

 a { background-color: rgb(151,195,100); }

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

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

 span { border-color: rgb(151,195,100); }

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