Html Css Color HEX #66984A Glade Green

📋 copy color: '#66984A'

red 102 ◦ green 152 ◦ blue 74

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

Shades of Glade Green #66984A

Tints of Glade Green #66984A

RGB

 RED value IS 102 (40.23% from 255) = 31.1%

 GREEN value IS 152 (59.77% from 255) = 46.34%

 BLUE value IS 74 (29.3% from 255) = 22.56%

R = 31.1%
G = 46.34%
B = 22.56%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#66984A (or 0x66984A) is known color: Glade Green. HEX triplet: 66, 98 and 4A. RGB value is (102,152,74). Sum of RGB (Red+Green+Blue) = 102+152+74=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 152 - color contains mainly: green. Hex color #66984A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66984A is #9967B5. Grayscale: #808080. Windows color (decimal): -10053558 or 4888678. OLE color: 4888678.

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

Color convert

RGB 102 152 74 -
CMYK 0.33 0 0.51 0.40
HSL 98.46º 0.35% 0.44% -
HSV(B) 98.46º 0.51% 0.6% -
XYZ 17.94 25.78 10.51 -
YUV 128.16 97.44 109.34 -
System Red Green Blue C M Y K H S L
Decimal 102 152 74 0.33 0 0.51 0.40 98.46 0.35 0.44
Hex 66 98 4A 21 0 33 28 62 23 2C
Octal 146 230 112 41 0 63 50 142 43 54
Binary 1100110 10011000 1001010 100001 0 110011 101000 1100010 100011 101100

Color Harmonies of #66984A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66984A

Black with #66984A

Text Example


Text Example

White with #66984A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66984A;
 }
 .AnyTagClassName
 {
   color: #66984A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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