Html Css Color HEX #688D50 Glade Green

📋 copy color: '#688D50'

red 104 ◦ green 141 ◦ blue 80

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

Shades of Glade Green #688D50

Tints of Glade Green #688D50

RGB

 RED value IS 104 (41.02% from 255) = 32%

 GREEN value IS 141 (55.47% from 255) = 43.38%

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

R = 32%
G = 43.38%
B = 24.62%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.43

 K value IS 0.45

RGB Variations

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

Color information

#688D50 (or 0x688D50) is known color: Glade Green. HEX triplet: 68, 8D and 50. RGB value is (104,141,80). Sum of RGB (Red+Green+Blue) = 104+141+80=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 141 - color contains mainly: green. Hex color #688D50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688D50 is #9772AF. Grayscale: #7B7B7B. Windows color (decimal): -9925296 or 5279080. OLE color: 5279080.

HSL color Cylindrical-coordinate representation of color #688D50: hue angle of 96.39º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #688D50 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 141 80 -
CMYK 0.26 0 0.43 0.45
HSL 96.39º 0.28% 0.43% -
HSV(B) 96.39º 0.43% 0.55% -
XYZ 16.68 22.57 11.07 -
YUV 122.98 103.74 114.46 -
System Red Green Blue C M Y K H S L
Decimal 104 141 80 0.26 0 0.43 0.45 96.39 0.28 0.43
Hex 68 8D 50 1A 0 2B 2D 60 1C 2B
Octal 150 215 120 32 0 53 55 140 34 53
Binary 1101000 10001101 1010000 11010 0 101011 101101 1100000 11100 101011

Color Harmonies of #688D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688D50

Black with #688D50

Text Example


Text Example

White with #688D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688D50; }

 p { color: rgb(104,141,80); }

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

background-color css

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

 a { background-color: rgb(104,141,80); }

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

border-color css

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

 span { border-color: rgb(104,141,80); }

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