Html Css Color HEX #688349 Dingley

📋 copy color: '#688349'

red 104 ◦ green 131 ◦ blue 73

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

Shades of Dingley #688349

Tints of Dingley #688349

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.53%

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

R = 33.77%
G = 42.53%
B = 23.7%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#688349 (or 0x688349) is known color: Dingley. HEX triplet: 68, 83 and 49. RGB value is (104,131,73). Sum of RGB (Red+Green+Blue) = 104+131+73=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 131 - color contains mainly: green. Hex color #688349 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688349 is #977CB6. Grayscale: #747474. Windows color (decimal): -9927863 or 4817768. OLE color: 4817768.

HSL color Cylindrical-coordinate representation of color #688349: hue angle of 87.93º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #688349 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 131 73 -
CMYK 0.21 0 0.44 0.49
HSL 87.93º 0.28% 0.4% -
HSV(B) 87.93º 0.44% 0.51% -
XYZ 15.03 19.66 9.31 -
YUV 116.32 103.55 119.22 -
System Red Green Blue C M Y K H S L
Decimal 104 131 73 0.21 0 0.44 0.49 87.93 0.28 0.4
Hex 68 83 49 15 0 2C 31 58 1C 28
Octal 150 203 111 25 0 54 61 130 34 50
Binary 1101000 10000011 1001001 10101 0 101100 110001 1011000 11100 101000

Color Harmonies of #688349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688349

Black with #688349

Text Example


Text Example

White with #688349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688349; }

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

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

background-color css

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

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

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

border-color css

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

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

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