Html Css Color HEX #688253 Dingley

📋 copy color: '#688253'

red 104 ◦ green 130 ◦ blue 83

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

Shades of Dingley #688253

Tints of Dingley #688253

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.01%

 BLUE value IS 83 (32.81% from 255) = 26.18%

R = 32.81%
G = 41.01%
B = 26.18%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#688253 (or 0x688253) is known color: Dingley. HEX triplet: 68, 82 and 53. RGB value is (104,130,83). Sum of RGB (Red+Green+Blue) = 104+130+83=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 130 - color contains mainly: green. Hex color #688253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688253 is #977DAC. Grayscale: #757575. Windows color (decimal): -9928109 or 5472872. OLE color: 5472872.

HSL color Cylindrical-coordinate representation of color #688253: hue angle of 93.19º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #688253 is Cyan = 0.2, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 130 83 -
CMYK 0.2 0 0.36 0.49
HSL 93.19º 0.22% 0.42% -
HSV(B) 93.19º 0.36% 0.51% -
XYZ 15.25 19.53 11.15 -
YUV 116.87 108.89 118.82 -
System Red Green Blue C M Y K H S L
Decimal 104 130 83 0.2 0 0.36 0.49 93.19 0.22 0.42
Hex 68 82 53 14 0 24 31 5D 16 2A
Octal 150 202 123 24 0 44 61 135 26 52
Binary 1101000 10000010 1010011 10100 0 100100 110001 1011101 10110 101010

Color Harmonies of #688253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688253

Black with #688253

Text Example


Text Example

White with #688253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688253; }

 p { color: rgb(104,130,83); }

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

background-color css

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

 a { background-color: rgb(104,130,83); }

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

border-color css

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

 span { border-color: rgb(104,130,83); }

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