Html Css Color HEX #66984C Glade Green

📋 copy color: '#66984C'

red 102 ◦ green 152 ◦ blue 76

#66984C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glade Green #66984C

Tints of Glade Green #66984C

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 value IS 0.33

 M value IS 0

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#66984C (or 0x66984C) is known color: 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

RGB 102 152 76 -
CMYK 0.33 0 0.50 0.40
HSL 99.47º 0.33% 0.45% -
HSV(B) 99.47º 0.5% 0.6% -
XYZ 18.01 25.8 10.87 -
YUV 128.39 98.44 109.18 -
System Red Green Blue C M Y K H S L
Decimal 102 152 76 0.33 0 0.50 0.40 99.47 0.33 0.45
Hex 66 98 4C 21 0 32 28 63 21 2D
Octal 146 230 114 41 0 62 50 143 41 55
Binary 1100110 10011000 1001100 100001 0 110010 101000 1100011 100001 101101

Color Harmonies of #66984C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66984C

Black with #66984C

Text Example


Text Example

White with #66984C

Text Example


Text Example

HTML Codes & Css Web 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>