Html Css Color HEX #688240 Dingley

📋 copy color: '#688240'

red 104 ◦ green 130 ◦ blue 64

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

Shades of Dingley #688240

Tints of Dingley #688240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.48%

R = 34.9%
G = 43.62%
B = 21.48%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#688240 (or 0x688240) is known color: Dingley. HEX triplet: 68, 82 and 40. RGB value is (104,130,64). Sum of RGB (Red+Green+Blue) = 104+130+64=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #688240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688240 is #977DBF. Grayscale: #727272. Windows color (decimal): -9928128 or 4227688. OLE color: 4227688.

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

Color convert

RGB 104 130 64 -
CMYK 0.2 0 0.51 0.49
HSL 83.64º 0.34% 0.38% -
HSV(B) 83.64º 0.51% 0.51% -
XYZ 14.62 19.28 7.8 -
YUV 114.7 99.39 120.37 -
System Red Green Blue C M Y K H S L
Decimal 104 130 64 0.2 0 0.51 0.49 83.64 0.34 0.38
Hex 68 82 40 14 0 33 31 54 22 26
Octal 150 202 100 24 0 63 61 124 42 46
Binary 1101000 10000010 1000000 10100 0 110011 110001 1010100 100010 100110

Color Harmonies of #688240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688240

Black with #688240

Text Example


Text Example

White with #688240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688240; }

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

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

background-color css

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

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

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

border-color css

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

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

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