#66972A

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

Shades of Limeade #66972A

Tints of Limeade #66972A

Color information

#66972A (or 0x66972A) is unknown color: approx Limeade. HEX triplet: 66, 97 and 2A. RGB value is (102,151,42). Sum of RGB (Red+Green+Blue) = 102+151+42=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 151 (59.38% from 255 or 51.19% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 151 - color contains mainly: green. Hex color #66972A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66972A is #9968D5. Grayscale: #7C7C7C. Windows color (decimal): -10053846 or 2791270. OLE color: 2791270.

HSL color Cylindrical-coordinate representation of color #66972A: hue angle of 86.97º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #66972A is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB10215142-
CMYK0.3200.720.41
HSL86.97º56.48%37.84%-
HSV(B)86.97º72.19%59.22%-
XYZ16.9625.136.15-
YUV123.9281.77112.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.58%
GREEN value IS 151 (59.38% from 255) = 51.19%
BLUE value IS 42 (16.80% from 255) = 14.24%
R=34.58%
G=51.19%
B=14.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal102151420.3200.720.4186.9756.4837.84
Hex66972A2004829573826
Octal14622752400110511277046
Binary110011010010111101010100000010010001010011010111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66972A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66972A; }

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

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

<style>
 a { background-color: #66972A; }

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

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

<style>
 span { border-color: #66972A; }

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

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