#688150

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

Shades of Dingley #688150

Tints of Dingley #688150

Color information

#688150 (or 0x688150) is unknown color: approx Dingley. HEX triplet: 68, 81 and 50. RGB value is (104,129,80). Sum of RGB (Red+Green+Blue) = 104+129+80=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 129 - color contains mainly: green. Hex color #688150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688150 is #977EAF. Grayscale: #747474. Windows color (decimal): -9928368 or 5276008. OLE color: 5276008.

HSL color Cylindrical-coordinate representation of color #688150: hue angle of 90.61º 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 #688150 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB10412980-
CMYK0.1900.380.49
HSL90.61º23.44%40.98%-
HSV(B)90.61º37.98%50.59%-
XYZ15.0119.2210.51-
YUV115.94107.72119.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.23%
GREEN value IS 129 (50.78% from 255) = 41.21%
BLUE value IS 80 (31.64% from 255) = 25.56%
R=33.23%
G=41.21%
B=25.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104129800.1900.380.4990.6123.4440.98
Hex68815013026315b1729
Octal15020112023046611332751
Binary1101000100000011010000100110100110110001101101110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688150; }

 p { color: rgb(104,129,80); }

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

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

 a { background-color: rgb(104,129,80); }

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

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

 span { border-color: rgb(104,129,80); }

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