#97C168

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

Shades of Olivine #97C168

Tints of Olivine #97C168

Color information

#97C168 (or 0x97C168) is unknown color: approx Olivine. HEX triplet: 97, C1 and 68. RGB value is (151,193,104). Sum of RGB (Red+Green+Blue) = 151+193+104=448 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.71% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 193 - color contains mainly: green. Hex color #97C168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C168 is #683E97. Grayscale: #AAAAAA. Windows color (decimal): -6831768 or 6865303. OLE color: 6865303.

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

Color convert

RGB151193104-
CMYK0.2200.460.24
HSL88.31º41.78%58.24%-
HSV(B)88.31º46.11%75.69%-
XYZ34.3345.7220.11-
YUV170.390.59114.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.71%
GREEN value IS 193 (75.78% from 255) = 43.08%
BLUE value IS 104 (41.02% from 255) = 23.21%
R=33.71%
G=43.08%
B=23.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1511931040.2200.460.2488.3141.7858.24
Hex97C1681602E18582a3a
Octal22730115026056301305272
Binary10010111110000011101000101100101110110001011000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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