#61972E

Color #61972E Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #61972E

Tints of Limeade #61972E

Color information

#61972E (or 0x61972E) is unknown color: approx Limeade. HEX triplet: 61, 97 and 2E. RGB value is (97,151,46). Sum of RGB (Red+Green+Blue) = 97+151+46=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 151 (59.38% from 255 or 51.36% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 151 - color contains mainly: green. Hex color #61972E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61972E is #9E68D1. Grayscale: #7B7B7B. Windows color (decimal): -10381522 or 3053409. OLE color: 3053409.

HSL color Cylindrical-coordinate representation of color #61972E: hue angle of 90.86º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #61972E is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB9715146-
CMYK0.3600.700.41
HSL90.86º53.3%38.63%-
HSV(B)90.86º69.54%59.22%-
XYZ16.4924.876.52-
YUV122.8884.61109.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.99%
GREEN value IS 151 (59.38% from 255) = 51.36%
BLUE value IS 46 (18.36% from 255) = 15.65%
R=32.99%
G=51.36%
B=15.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal97151460.3600.700.4190.8653.338.63
Hex61972E24046295b3527
Octal14122756440106511336547
Binary110000110010111101110100100010001101010011011011110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61972E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61972E; }

 p { color: rgb(97,151,46); }

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

<style>
 a { background-color: #61972E; }

 a { background-color: rgb(97,151,46); }

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

<style>
 span { border-color: #61972E; }

 span { border-color: rgb(97,151,46); }

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