Html Css Color HEX #688548 Dingley

📋 copy color: '#688548'

red 104 ◦ green 133 ◦ blue 72

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

Shades of Dingley #688548

Tints of Dingley #688548

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.04%

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

R = 33.66%
G = 43.04%
B = 23.3%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#688548 (or 0x688548) is known color: Dingley. HEX triplet: 68, 85 and 48. RGB value is (104,133,72). Sum of RGB (Red+Green+Blue) = 104+133+72=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 133 - color contains mainly: green. Hex color #688548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688548 is #977AB7. Grayscale: #757575. Windows color (decimal): -9927352 or 4752744. OLE color: 4752744.

HSL color Cylindrical-coordinate representation of color #688548: hue angle of 88.52º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #688548 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 133 72 -
CMYK 0.22 0 0.46 0.48
HSL 88.52º 0.3% 0.4% -
HSV(B) 88.52º 0.46% 0.52% -
XYZ 15.27 20.19 9.22 -
YUV 117.38 102.39 118.46 -
System Red Green Blue C M Y K H S L
Decimal 104 133 72 0.22 0 0.46 0.48 88.52 0.3 0.4
Hex 68 85 48 16 0 2E 30 59 1E 28
Octal 150 205 110 26 0 56 60 131 36 50
Binary 1101000 10000101 1001000 10110 0 101110 110000 1011001 11110 101000

Color Harmonies of #688548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688548

Black with #688548

Text Example


Text Example

White with #688548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688548; }

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

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

background-color css

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

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

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

border-color css

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

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

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