#97C16C

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

Shades of Olivine #97C16C

Tints of Olivine #97C16C

Color information

#97C16C (or 0x97C16C) is unknown color: approx Olivine. HEX triplet: 97, C1 and 6C. RGB value is (151,193,108). Sum of RGB (Red+Green+Blue) = 151+193+108=452 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.41% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 193 - color contains mainly: green. Hex color #97C16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C16C is #683E93. Grayscale: #ABABAB. Windows color (decimal): -6831764 or 7127447. OLE color: 7127447.

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

Color convert

RGB151193108-
CMYK0.2200.440.24
HSL89.65º40.67%59.02%-
HSV(B)89.65º44.04%75.69%-
XYZ34.5445.821.21-
YUV170.7592.59113.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.41%
GREEN value IS 193 (75.78% from 255) = 42.70%
BLUE value IS 108 (42.58% from 255) = 23.89%
R=33.41%
G=42.70%
B=23.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1511931080.2200.440.2489.6540.6759.02
Hex97C16C1602C185a293b
Octal22730115426054301325173
Binary10010111110000011101100101100101100110001011010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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