Html Css Color HEX #688442 Dingley

📋 copy color: '#688442'

red 104 ◦ green 132 ◦ blue 66

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

Shades of Dingley #688442

Tints of Dingley #688442

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.71%

 BLUE value IS 66 (26.17% from 255) = 21.85%

R = 34.44%
G = 43.71%
B = 21.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#688442 (or 0x688442) is known color: Dingley. HEX triplet: 68, 84 and 42. RGB value is (104,132,66). Sum of RGB (Red+Green+Blue) = 104+132+66=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 132 - color contains mainly: green. Hex color #688442 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688442 is #977BBD. Grayscale: #747474. Windows color (decimal): -9927614 or 4359272. OLE color: 4359272.

HSL color Cylindrical-coordinate representation of color #688442: hue angle of 85.45º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #688442 is Cyan = 0.21, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 132 66 -
CMYK 0.21 0 0.5 0.48
HSL 85.45º 0.33% 0.39% -
HSV(B) 85.45º 0.5% 0.52% -
XYZ 14.94 19.84 8.2 -
YUV 116.1 99.72 119.37 -
System Red Green Blue C M Y K H S L
Decimal 104 132 66 0.21 0 0.5 0.48 85.45 0.33 0.39
Hex 68 84 42 15 0 32 30 55 21 27
Octal 150 204 102 25 0 62 60 125 41 47
Binary 1101000 10000100 1000010 10101 0 110010 110000 1010101 100001 100111

Color Harmonies of #688442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688442

Black with #688442

Text Example


Text Example

White with #688442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688442; }

 p { color: rgb(104,132,66); }

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

background-color css

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

 a { background-color: rgb(104,132,66); }

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

border-color css

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

 span { border-color: rgb(104,132,66); }

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