#97C07C

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

Shades of Olivine #97C07C

Tints of Olivine #97C07C

Color information

#97C07C (or 0x97C07C) is unknown color: approx Olivine. HEX triplet: 97, C0 and 7C. RGB value is (151,192,124). Sum of RGB (Red+Green+Blue) = 151+192+124=467 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.33% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 192 - color contains mainly: green. Hex color #97C07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C07C is #683F83. Grayscale: #ACACAC. Windows color (decimal): -6832004 or 8175767. OLE color: 8175767.

HSL color Cylindrical-coordinate representation of color #97C07C: hue angle of 96.18º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97C07C is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB151192124-
CMYK0.2100.350.25
HSL96.18º35.05%61.96%-
HSV(B)96.18º35.42%75.29%-
XYZ35.2545.7326.04-
YUV171.99100.92113.03-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.33%
GREEN value IS 192 (75.39% from 255) = 41.11%
BLUE value IS 124 (48.83% from 255) = 26.55%
R=32.33%
G=41.11%
B=26.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511921240.2100.350.2596.1835.0561.96
Hex97C07C150231960233e
Octal22730017425043311404376
Binary10010111110000001111100101010100011110011100000100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,192,124); }

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

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

 a { background-color: rgb(151,192,124); }

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

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

 span { border-color: rgb(151,192,124); }

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