Html Css Color HEX #668450 Glade Green

📋 copy color: '#668450'

red 102 ◦ green 132 ◦ blue 80

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

Shades of Glade Green #668450

Tints of Glade Green #668450

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.04%

 BLUE value IS 80 (31.64% from 255) = 25.48%

R = 32.48%
G = 42.04%
B = 25.48%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#668450 (or 0x668450) is known color: Glade Green. HEX triplet: 66, 84 and 50. RGB value is (102,132,80). Sum of RGB (Red+Green+Blue) = 102+132+80=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 132 - color contains mainly: green. Hex color #668450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668450 is #997BAF. Grayscale: #757575. Windows color (decimal): -10058672 or 5276774. OLE color: 5276774.

HSL color Cylindrical-coordinate representation of color #668450: hue angle of 94.62º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #668450 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 132 80 -
CMYK 0.23 0 0.39 0.48
HSL 94.62º 0.25% 0.42% -
HSV(B) 94.62º 0.39% 0.52% -
XYZ 15.18 19.91 10.63 -
YUV 117.1 107.06 117.23 -
System Red Green Blue C M Y K H S L
Decimal 102 132 80 0.23 0 0.39 0.48 94.62 0.25 0.42
Hex 66 84 50 17 0 27 30 5F 19 2A
Octal 146 204 120 27 0 47 60 137 31 52
Binary 1100110 10000100 1010000 10111 0 100111 110000 1011111 11001 101010

Color Harmonies of #668450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668450

Black with #668450

Text Example


Text Example

White with #668450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668450; }

 p { color: rgb(102,132,80); }

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

background-color css

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

 a { background-color: rgb(102,132,80); }

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

border-color css

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

 span { border-color: rgb(102,132,80); }

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