Html Css Color HEX #668C55 Glade Green

📋 copy color: '#668C55'

red 102 ◦ green 140 ◦ blue 85

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

Shades of Glade Green #668C55

Tints of Glade Green #668C55

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.81%

 BLUE value IS 85 (33.59% from 255) = 25.99%

R = 31.19%
G = 42.81%
B = 25.99%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#668C55 (or 0x668C55) is known color: Glade Green. HEX triplet: 66, 8C and 55. RGB value is (102,140,85). Sum of RGB (Red+Green+Blue) = 102+140+85=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 140 - color contains mainly: green. Hex color #668C55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668C55 is #9973AA. Grayscale: #7A7A7A. Windows color (decimal): -10056619 or 5606502. OLE color: 5606502.

HSL color Cylindrical-coordinate representation of color #668C55: hue angle of 101.45º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #668C55 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 140 85 -
CMYK 0.27 0 0.39 0.45
HSL 101.45º 0.24% 0.44% -
HSV(B) 101.45º 0.39% 0.55% -
XYZ 16.5 22.24 12.02 -
YUV 122.37 106.91 113.47 -
System Red Green Blue C M Y K H S L
Decimal 102 140 85 0.27 0 0.39 0.45 101.45 0.24 0.44
Hex 66 8C 55 1B 0 27 2D 65 18 2C
Octal 146 214 125 33 0 47 55 145 30 54
Binary 1100110 10001100 1010101 11011 0 100111 101101 1100101 11000 101100

Color Harmonies of #668C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668C55

Black with #668C55

Text Example


Text Example

White with #668C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668C55; }

 p { color: rgb(102,140,85); }

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

background-color css

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

 a { background-color: rgb(102,140,85); }

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

border-color css

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

 span { border-color: rgb(102,140,85); }

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