Html Css Color HEX #688550 Dingley

📋 copy color: '#688550'

red 104 ◦ green 133 ◦ blue 80

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

Shades of Dingley #688550

Tints of Dingley #688550

RGB

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

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

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

R = 32.81%
G = 41.96%
B = 25.24%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#688550 (or 0x688550) is known color: Dingley. HEX triplet: 68, 85 and 50. RGB value is (104,133,80). Sum of RGB (Red+Green+Blue) = 104+133+80=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 133 - color contains mainly: green. Hex color #688550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688550 is #977AAF. Grayscale: #767676. Windows color (decimal): -9927344 or 5277032. OLE color: 5277032.

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

Color convert

RGB 104 133 80 -
CMYK 0.22 0 0.40 0.48
HSL 92.83º 0.25% 0.42% -
HSV(B) 92.83º 0.4% 0.52% -
XYZ 15.54 20.3 10.69 -
YUV 118.29 106.39 117.81 -
System Red Green Blue C M Y K H S L
Decimal 104 133 80 0.22 0 0.40 0.48 92.83 0.25 0.42
Hex 68 85 50 16 0 28 30 5D 19 2A
Octal 150 205 120 26 0 50 60 135 31 52
Binary 1101000 10000101 1010000 10110 0 101000 110000 1011101 11001 101010

Color Harmonies of #688550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688550

Black with #688550

Text Example


Text Example

White with #688550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688550; }

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

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

background-color css

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

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

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

border-color css

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

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

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