#97C066

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

Shades of Olivine #97C066

Tints of Olivine #97C066

Color information

#97C066 (or 0x97C066) is unknown color: approx Olivine. HEX triplet: 97, C0 and 66. RGB value is (151,192,102). Sum of RGB (Red+Green+Blue) = 151+192+102=445 (58% of max value = 765). Red value is 151 (59.38% from 255 or 33.93% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 192 - color contains mainly: green. Hex color #97C066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C066 is #683F99. Grayscale: #A9A9A9. Windows color (decimal): -6832026 or 6733975. OLE color: 6733975.

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

Color convert

RGB151192102-
CMYK0.2100.470.25
HSL87.33º41.67%57.65%-
HSV(B)87.33º46.88%75.29%-
XYZ34.0145.2419.51-
YUV169.4889.92114.82-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.93%
GREEN value IS 192 (75.39% from 255) = 43.15%
BLUE value IS 102 (40.23% from 255) = 22.92%
R=33.93%
G=43.15%
B=22.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511921020.2100.470.2587.3341.6757.65
Hex97C0661502F19572a3a
Octal22730014625057311275272
Binary10010111110000001100110101010101111110011010111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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