Html Css Color HEX #66934A Glade Green

📋 copy color: '#66934A'

red 102 ◦ green 147 ◦ blue 74

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

Shades of Glade Green #66934A

Tints of Glade Green #66934A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.51%

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

R = 31.58%
G = 45.51%
B = 22.91%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#66934A (or 0x66934A) is known color: Glade Green. HEX triplet: 66, 93 and 4A. RGB value is (102,147,74). Sum of RGB (Red+Green+Blue) = 102+147+74=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 147 - color contains mainly: green. Hex color #66934A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66934A is #996CB5. Grayscale: #7D7D7D. Windows color (decimal): -10054838 or 4887398. OLE color: 4887398.

HSL color Cylindrical-coordinate representation of color #66934A: hue angle of 96.99º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66934A is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 147 74 -
CMYK 0.31 0 0.50 0.42
HSL 96.99º 0.33% 0.43% -
HSV(B) 96.99º 0.5% 0.58% -
XYZ 17.15 24.19 10.24 -
YUV 125.22 99.09 111.44 -
System Red Green Blue C M Y K H S L
Decimal 102 147 74 0.31 0 0.50 0.42 96.99 0.33 0.43
Hex 66 93 4A 1F 0 32 2A 61 21 2B
Octal 146 223 112 37 0 62 52 141 41 53
Binary 1100110 10010011 1001010 11111 0 110010 101010 1100001 100001 101011

Color Harmonies of #66934A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66934A

Black with #66934A

Text Example


Text Example

White with #66934A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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