#66984C

Color #66984C Glade Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glade Green #66984C

Tints of Glade Green #66984C

Color information

#66984C (or 0x66984C) is unknown color: approx Glade Green. HEX triplet: 66, 98 and 4C. RGB value is (102,152,76). Sum of RGB (Red+Green+Blue) = 102+152+76=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #66984C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66984C is #9967B3. Grayscale: #808080. Windows color (decimal): -10053556 or 5019750. OLE color: 5019750.

HSL color Cylindrical-coordinate representation of color #66984C: hue angle of 99.47º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66984C is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB10215276-
CMYK0.3300.500.40
HSL99.47º33.33%44.71%-
HSV(B)99.47º50%59.61%-
XYZ18.0125.810.87-
YUV128.3998.44109.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.91%
GREEN value IS 152 (59.77% from 255) = 46.06%
BLUE value IS 76 (30.08% from 255) = 23.03%
R=30.91%
G=46.06%
B=23.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal102152760.3300.500.4099.4733.3344.71
Hex66984C210322863212d
Octal14623011441062501434155
Binary110011010011000100110010000101100101010001100011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66984C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66984C; }

 p { color: rgb(102,152,76); }

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

<style>
 a { background-color: #66984C; }

 a { background-color: rgb(102,152,76); }

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

<style>
 span { border-color: #66984C; }

 span { border-color: rgb(102,152,76); }

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