Html Css Color HEX #688B48 Dingley

📋 copy color: '#688B48'

red 104 ◦ green 139 ◦ blue 72

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

Shades of Dingley #688B48

Tints of Dingley #688B48

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.13%

 BLUE value IS 72 (28.52% from 255) = 22.86%

R = 33.02%
G = 44.13%
B = 22.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#688B48 (or 0x688B48) is known color: Dingley. HEX triplet: 68, 8B and 48. RGB value is (104,139,72). Sum of RGB (Red+Green+Blue) = 104+139+72=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 139 - color contains mainly: green. Hex color #688B48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688B48 is #9774B7. Grayscale: #797979. Windows color (decimal): -9925816 or 4754280. OLE color: 4754280.

HSL color Cylindrical-coordinate representation of color #688B48: hue angle of 91.34º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #688B48 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 139 72 -
CMYK 0.25 0 0.48 0.45
HSL 91.34º 0.32% 0.41% -
HSV(B) 91.34º 0.48% 0.55% -
XYZ 16.11 21.88 9.5 -
YUV 120.9 100.4 115.95 -
System Red Green Blue C M Y K H S L
Decimal 104 139 72 0.25 0 0.48 0.45 91.34 0.32 0.41
Hex 68 8B 48 19 0 30 2D 5B 20 29
Octal 150 213 110 31 0 60 55 133 40 51
Binary 1101000 10001011 1001000 11001 0 110000 101101 1011011 100000 101001

Color Harmonies of #688B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688B48

Black with #688B48

Text Example


Text Example

White with #688B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688B48; }

 p { color: rgb(104,139,72); }

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

background-color css

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

 a { background-color: rgb(104,139,72); }

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

border-color css

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

 span { border-color: rgb(104,139,72); }

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