#678B48

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

Shades of Dingley #678B48

Tints of Dingley #678B48

Color information

#678B48 (or 0x678B48) is unknown color: approx Dingley. HEX triplet: 67, 8B and 48. RGB value is (103,139,72). Sum of RGB (Red+Green+Blue) = 103+139+72=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 139 - color contains mainly: green. Hex color #678B48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678B48 is #9874B7. Grayscale: #787878. Windows color (decimal): -9991352 or 4754279. OLE color: 4754279.

HSL color Cylindrical-coordinate representation of color #678B48: hue angle of 92.24º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #678B48 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB10313972-
CMYK0.2600.480.45
HSL92.24º31.75%41.37%-
HSV(B)92.24º48.2%54.51%-
XYZ1621.829.5-
YUV120.6100.57115.45-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.80%
GREEN value IS 139 (54.69% from 255) = 44.27%
BLUE value IS 72 (28.52% from 255) = 22.93%
R=32.80%
G=44.27%
B=22.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal103139720.2600.480.4592.2431.7541.37
Hex678B481A0302D5c2029
Octal14721311032060551344051
Binary11001111000101110010001101001100001011011011100100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678B48; }

 p { color: rgb(103,139,72); }

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

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

 a { background-color: rgb(103,139,72); }

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

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

 span { border-color: rgb(103,139,72); }

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