Html Css Color HEX #668850 Glade Green

📋 copy color: '#668850'

red 102 ◦ green 136 ◦ blue 80

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

Shades of Glade Green #668850

Tints of Glade Green #668850

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.77%

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

R = 32.08%
G = 42.77%
B = 25.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#668850 (or 0x668850) is known color: Glade Green. HEX triplet: 66, 88 and 50. RGB value is (102,136,80). Sum of RGB (Red+Green+Blue) = 102+136+80=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 136 - color contains mainly: green. Hex color #668850 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668850 is #9977AF. Grayscale: #777777. Windows color (decimal): -10057648 or 5277798. OLE color: 5277798.

HSL color Cylindrical-coordinate representation of color #668850: hue angle of 96.43º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #668850 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 136 80 -
CMYK 0.25 0 0.41 0.47
HSL 96.43º 0.26% 0.42% -
HSV(B) 96.43º 0.41% 0.53% -
XYZ 15.73 21.01 10.82 -
YUV 119.45 105.74 115.55 -
System Red Green Blue C M Y K H S L
Decimal 102 136 80 0.25 0 0.41 0.47 96.43 0.26 0.42
Hex 66 88 50 19 0 29 2F 60 1A 2A
Octal 146 210 120 31 0 51 57 140 32 52
Binary 1100110 10001000 1010000 11001 0 101001 101111 1100000 11010 101010

Color Harmonies of #668850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668850

Black with #668850

Text Example


Text Example

White with #668850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668850; }

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

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

background-color css

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

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

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

border-color css

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

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

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