#97C169

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

Shades of Olivine #97C169

Tints of Olivine #97C169

Color information

#97C169 (or 0x97C169) is unknown color: approx Olivine. HEX triplet: 97, C1 and 69. RGB value is (151,193,105). Sum of RGB (Red+Green+Blue) = 151+193+105=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 105 (41.41% from 255 or 23.39% from 449); Max value from RGB is 193 - color contains mainly: green. Hex color #97C169 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C169 is #683E96. Grayscale: #AAAAAA. Windows color (decimal): -6831767 or 6930839. OLE color: 6930839.

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

Color convert

RGB151193105-
CMYK0.2200.460.24
HSL88.64º41.51%58.43%-
HSV(B)88.64º45.6%75.69%-
XYZ34.3845.7420.38-
YUV170.4191.09114.16-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.63%
GREEN value IS 193 (75.78% from 255) = 42.98%
BLUE value IS 105 (41.41% from 255) = 23.39%
R=33.63%
G=42.98%
B=23.39%

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
Decimal1511931050.2200.460.2488.6441.5158.43
Hex97C1691602E18592a3a
Octal22730115126056301315272
Binary10010111110000011101001101100101110110001011001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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