Html Css Color HEX #66984B Glade Green

📋 copy color: '#66984B'

red 102 ◦ green 152 ◦ blue 75

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

Shades of Glade Green #66984B

Tints of Glade Green #66984B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.8%

R = 31%
G = 46.2%
B = 22.8%

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

#66984B (or 0x66984B) is known color: Glade Green. HEX triplet: 66, 98 and 4B. RGB value is (102,152,75). Sum of RGB (Red+Green+Blue) = 102+152+75=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 152 (59.77% from 255 or 46.20% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 152 - color contains mainly: green. Hex color #66984B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66984B is #9967B4. Grayscale: #808080. Windows color (decimal): -10053557 or 4954214. OLE color: 4954214.

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

Color convert

RGB 102 152 75 -
CMYK 0.33 0 0.51 0.40
HSL 98.96º 0.34% 0.45% -
HSV(B) 98.96º 0.51% 0.6% -
XYZ 17.98 25.79 10.69 -
YUV 128.27 97.94 109.26 -
System Red Green Blue C M Y K H S L
Decimal 102 152 75 0.33 0 0.51 0.40 98.96 0.34 0.45
Hex 66 98 4B 21 0 33 28 63 22 2D
Octal 146 230 113 41 0 63 50 143 42 55
Binary 1100110 10011000 1001011 100001 0 110011 101000 1100011 100010 101101

Color Harmonies of #66984B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66984B

Black with #66984B

Text Example


Text Example

White with #66984B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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