#688251

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

Shades of Dingley #688251

Tints of Dingley #688251

Color information

#688251 (or 0x688251) is unknown color: approx Dingley. HEX triplet: 68, 82 and 51. RGB value is (104,130,81). Sum of RGB (Red+Green+Blue) = 104+130+81=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 130 - color contains mainly: green. Hex color #688251 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688251 is #977DAE. Grayscale: #747474. Windows color (decimal): -9928111 or 5341800. OLE color: 5341800.

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

Color convert

RGB10413081-
CMYK0.200.380.49
HSL91.84º23.22%41.37%-
HSV(B)91.84º37.69%50.98%-
XYZ15.1819.510.75-
YUV116.64107.89118.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.02%
GREEN value IS 130 (51.17% from 255) = 41.27%
BLUE value IS 81 (32.03% from 255) = 25.71%
R=33.02%
G=41.27%
B=25.71%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104130810.200.380.4991.8423.2241.37
Hex68825114026315c1729
Octal15020212124046611342751
Binary1101000100000101010001101000100110110001101110010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688251; }

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

 H1.HeaderClassName
 {
   color: #688251;
 }
 .AnyTagClassName
 {
   color: #688251;
 }
</style>
background-color css

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

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

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

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

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

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