#688438

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

Shades of Dingley #688438

Tints of Dingley #688438

Color information

#688438 (or 0x688438) is unknown color: approx Dingley. HEX triplet: 68, 84 and 38. RGB value is (104,132,56). Sum of RGB (Red+Green+Blue) = 104+132+56=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 132 (51.95% from 255 or 45.21% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 132 - color contains mainly: green. Hex color #688438 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688438 is #977BC7. Grayscale: #737373. Windows color (decimal): -9927624 or 3703912. OLE color: 3703912.

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

Color convert

RGB10413256-
CMYK0.2100.580.48
HSL82.11º40.43%36.86%-
HSV(B)82.11º57.58%51.76%-
XYZ14.6719.736.78-
YUV114.9694.72120.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.62%
GREEN value IS 132 (51.95% from 255) = 45.21%
BLUE value IS 56 (22.27% from 255) = 19.18%
R=35.62%
G=45.21%
B=19.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104132560.2100.580.4882.1140.4336.86
Hex6884381503A30522825
Octal1502047025072601225045
Binary1101000100001001110001010101110101100001010010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688438; }

 p { color: rgb(104,132,56); }

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

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

 a { background-color: rgb(104,132,56); }

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

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

 span { border-color: rgb(104,132,56); }

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