Html Css Color HEX #688248 Dingley

📋 copy color: '#688248'

red 104 ◦ green 130 ◦ blue 72

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

Shades of Dingley #688248

Tints of Dingley #688248

RGB

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

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

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

R = 33.99%
G = 42.48%
B = 23.53%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#688248 (or 0x688248) is known color: Dingley. HEX triplet: 68, 82 and 48. RGB value is (104,130,72). Sum of RGB (Red+Green+Blue) = 104+130+72=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 130 - color contains mainly: green. Hex color #688248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688248 is #977DB7. Grayscale: #737373. Windows color (decimal): -9928120 or 4751976. OLE color: 4751976.

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

Color convert

RGB 104 130 72 -
CMYK 0.2 0 0.45 0.49
HSL 86.9º 0.29% 0.4% -
HSV(B) 86.9º 0.45% 0.51% -
XYZ 14.86 19.38 9.09 -
YUV 115.61 103.39 119.72 -
System Red Green Blue C M Y K H S L
Decimal 104 130 72 0.2 0 0.45 0.49 86.9 0.29 0.4
Hex 68 82 48 14 0 2D 31 57 1D 28
Octal 150 202 110 24 0 55 61 127 35 50
Binary 1101000 10000010 1001000 10100 0 101101 110001 1010111 11101 101000

Color Harmonies of #688248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688248

Black with #688248

Text Example


Text Example

White with #688248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688248; }

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

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

background-color css

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

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

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

border-color css

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

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

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