Html Css Color HEX #66914C Glade Green

📋 copy color: '#66914C'

red 102 ◦ green 145 ◦ blue 76

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

Shades of Glade Green #66914C

Tints of Glade Green #66914C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.89%

 BLUE value IS 76 (30.08% from 255) = 23.53%

R = 31.58%
G = 44.89%
B = 23.53%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#66914C (or 0x66914C) is known color: Glade Green. HEX triplet: 66, 91 and 4C. RGB value is (102,145,76). Sum of RGB (Red+Green+Blue) = 102+145+76=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #66914C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66914C is #996EB3. Grayscale: #7C7C7C. Windows color (decimal): -10055348 or 5017958. OLE color: 5017958.

HSL color Cylindrical-coordinate representation of color #66914C: hue angle of 97.39º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66914C is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 145 76 -
CMYK 0.30 0 0.48 0.43
HSL 97.39º 0.31% 0.43% -
HSV(B) 97.39º 0.48% 0.57% -
XYZ 16.91 23.6 10.5 -
YUV 124.28 100.75 112.11 -
System Red Green Blue C M Y K H S L
Decimal 102 145 76 0.30 0 0.48 0.43 97.39 0.31 0.43
Hex 66 91 4C 1E 0 30 2B 61 1F 2B
Octal 146 221 114 36 0 60 53 141 37 53
Binary 1100110 10010001 1001100 11110 0 110000 101011 1100001 11111 101011

Color Harmonies of #66914C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66914C

Black with #66914C

Text Example


Text Example

White with #66914C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66914C;
 }
 .AnyTagClassName
 {
   color: #66914C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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