#688248

Color #688248 Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #688248

Tints of Dingley #688248

Color information

#688248 (or 0x688248) is unknown color: approx 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

RGB10413072-
CMYK0.200.450.49
HSL86.9º28.71%39.61%-
HSV(B)86.9º44.62%50.98%-
XYZ14.8619.389.09-
YUV115.61103.39119.72-

RGB Variations

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

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 (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104130720.200.450.4986.928.7139.61
Hex6882481402D31571d28
Octal15020211024055611273550
Binary1101000100000101001000101000101101110001101011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>