Html Css Color HEX #688D49 Dingley

📋 copy color: '#688D49'

red 104 ◦ green 141 ◦ blue 73

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

Shades of Dingley #688D49

Tints of Dingley #688D49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.96%

R = 32.7%
G = 44.34%
B = 22.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#688D49 (or 0x688D49) is known color: Dingley. HEX triplet: 68, 8D and 49. RGB value is (104,141,73). Sum of RGB (Red+Green+Blue) = 104+141+73=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 141 - color contains mainly: green. Hex color #688D49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688D49 is #9772B6. Grayscale: #7A7A7A. Windows color (decimal): -9925303 or 4820328. OLE color: 4820328.

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

Color convert

RGB 104 141 73 -
CMYK 0.26 0 0.48 0.45
HSL 92.65º 0.32% 0.42% -
HSV(B) 92.65º 0.48% 0.55% -
XYZ 16.44 22.47 9.77 -
YUV 122.19 100.24 115.03 -
System Red Green Blue C M Y K H S L
Decimal 104 141 73 0.26 0 0.48 0.45 92.65 0.32 0.42
Hex 68 8D 49 1A 0 30 2D 5D 20 2A
Octal 150 215 111 32 0 60 55 135 40 52
Binary 1101000 10001101 1001001 11010 0 110000 101101 1011101 100000 101010

Color Harmonies of #688D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688D49

Black with #688D49

Text Example


Text Example

White with #688D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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