#688948

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

Shades of Dingley #688948

Tints of Dingley #688948

Color information

#688948 (or 0x688948) is unknown color: approx Dingley. HEX triplet: 68, 89 and 48. RGB value is (104,137,72). Sum of RGB (Red+Green+Blue) = 104+137+72=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 137 - color contains mainly: green. Hex color #688948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688948 is #9776B7. Grayscale: #777777. Windows color (decimal): -9926328 or 4753768. OLE color: 4753768.

HSL color Cylindrical-coordinate representation of color #688948: hue angle of 90.46º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #688948 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB10413772-
CMYK0.2400.470.46
HSL90.46º31.1%40.98%-
HSV(B)90.46º47.45%53.73%-
XYZ15.8221.39.41-
YUV119.72101.07116.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.23%
GREEN value IS 137 (53.91% from 255) = 43.77%
BLUE value IS 72 (28.52% from 255) = 23.00%
R=33.23%
G=43.77%
B=23.00%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal104137720.2400.470.4690.4631.140.98
Hex6889481802F2E5a1f29
Octal15021111030057561323751
Binary1101000100010011001000110000101111101110101101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688948; }

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

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

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

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

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

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

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

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