#97C366

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

Shades of Olivine #97C366

Tints of Olivine #97C366

Color information

#97C366 (or 0x97C366) is unknown color: approx Olivine. HEX triplet: 97, C3 and 66. RGB value is (151,195,102). Sum of RGB (Red+Green+Blue) = 151+195+102=448 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.71% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 102 (40.23% from 255 or 22.77% from 448); Max value from RGB is 195 - color contains mainly: green. Hex color #97C366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C366 is #683C99. Grayscale: #ABABAB. Windows color (decimal): -6831258 or 6734743. OLE color: 6734743.

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

Color convert

RGB151195102-
CMYK0.2300.480.24
HSL88.39º43.66%58.24%-
HSV(B)88.39º47.69%76.47%-
XYZ34.6846.5719.73-
YUV171.2488.92113.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.71%
GREEN value IS 195 (76.56% from 255) = 43.53%
BLUE value IS 102 (40.23% from 255) = 22.77%
R=33.71%
G=43.53%
B=22.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1511951020.2300.480.2488.3943.6658.24
Hex97C3661703018582c3a
Octal22730314627060301305472
Binary10010111110000111100110101110110000110001011000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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