Html Css Color HEX #688140 Dingley

📋 copy color: '#688140'

red 104 ◦ green 129 ◦ blue 64

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

Shades of Dingley #688140

Tints of Dingley #688140

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.43%

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

R = 35.02%
G = 43.43%
B = 21.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#688140 (or 0x688140) is known color: Dingley. HEX triplet: 68, 81 and 40. RGB value is (104,129,64). Sum of RGB (Red+Green+Blue) = 104+129+64=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 129 - color contains mainly: green. Hex color #688140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688140 is #977EBF. Grayscale: #727272. Windows color (decimal): -9928384 or 4227432. OLE color: 4227432.

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

Color convert

RGB 104 129 64 -
CMYK 0.19 0 0.50 0.49
HSL 83.08º 0.34% 0.38% -
HSV(B) 83.08º 0.5% 0.51% -
XYZ 14.48 19.01 7.76 -
YUV 114.12 99.72 120.79 -
System Red Green Blue C M Y K H S L
Decimal 104 129 64 0.19 0 0.50 0.49 83.08 0.34 0.38
Hex 68 81 40 13 0 32 31 53 22 26
Octal 150 201 100 23 0 62 61 123 42 46
Binary 1101000 10000001 1000000 10011 0 110010 110001 1010011 100010 100110

Color Harmonies of #688140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688140

Black with #688140

Text Example


Text Example

White with #688140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688140; }

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

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

background-color css

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

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

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

border-color css

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

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

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