Html Css Color HEX #668555 Glade Green

📋 copy color: '#668555'

red 102 ◦ green 133 ◦ blue 85

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

Shades of Glade Green #668555

Tints of Glade Green #668555

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.56%

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

R = 31.88%
G = 41.56%
B = 26.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#668555 (or 0x668555) is known color: Glade Green. HEX triplet: 66, 85 and 55. RGB value is (102,133,85). Sum of RGB (Red+Green+Blue) = 102+133+85=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 133 - color contains mainly: green. Hex color #668555 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668555 is #997AAA. Grayscale: #767676. Windows color (decimal): -10058411 or 5604710. OLE color: 5604710.

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

Color convert

RGB 102 133 85 -
CMYK 0.23 0 0.36 0.48
HSL 98.75º 0.22% 0.43% -
HSV(B) 98.75º 0.36% 0.52% -
XYZ 15.51 20.26 11.69 -
YUV 118.26 109.23 116.4 -
System Red Green Blue C M Y K H S L
Decimal 102 133 85 0.23 0 0.36 0.48 98.75 0.22 0.43
Hex 66 85 55 17 0 24 30 63 16 2B
Octal 146 205 125 27 0 44 60 143 26 53
Binary 1100110 10000101 1010101 10111 0 100100 110000 1100011 10110 101011

Color Harmonies of #668555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668555

Black with #668555

Text Example


Text Example

White with #668555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668555; }

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

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

background-color css

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

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

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

border-color css

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

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

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