Html Css Color HEX #688052 Dingley

📋 copy color: '#688052'

red 104 ◦ green 128 ◦ blue 82

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

Shades of Dingley #688052

Tints of Dingley #688052

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.76%

 BLUE value IS 82 (32.42% from 255) = 26.11%

R = 33.12%
G = 40.76%
B = 26.11%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.50

RGB Variations

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

Color information

#688052 (or 0x688052) is known color: Dingley. HEX triplet: 68, 80 and 52. RGB value is (104,128,82). Sum of RGB (Red+Green+Blue) = 104+128+82=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 128 - color contains mainly: green. Hex color #688052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688052 is #977FAD. Grayscale: #737373. Windows color (decimal): -9928622 or 5406824. OLE color: 5406824.

HSL color Cylindrical-coordinate representation of color #688052: hue angle of 91.3º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #688052 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 128 82 -
CMYK 0.19 0 0.36 0.50
HSL 91.3º 0.22% 0.41% -
HSV(B) 91.3º 0.36% 0.5% -
XYZ 14.95 18.99 10.86 -
YUV 115.58 109.05 119.74 -
System Red Green Blue C M Y K H S L
Decimal 104 128 82 0.19 0 0.36 0.50 91.3 0.22 0.41
Hex 68 80 52 13 0 24 32 5B 16 29
Octal 150 200 122 23 0 44 62 133 26 51
Binary 1101000 10000000 1010010 10011 0 100100 110010 1011011 10110 101001

Color Harmonies of #688052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688052

Black with #688052

Text Example


Text Example

White with #688052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688052; }

 p { color: rgb(104,128,82); }

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

background-color css

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

 a { background-color: rgb(104,128,82); }

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

border-color css

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

 span { border-color: rgb(104,128,82); }

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