#678B42

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

Shades of Dingley #678B42

Tints of Dingley #678B42

Color information

#678B42 (or 0x678B42) is unknown color: approx Dingley. HEX triplet: 67, 8B and 42. RGB value is (103,139,66). Sum of RGB (Red+Green+Blue) = 103+139+66=308 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.44% from 308); Green value is 139 (54.69% from 255 or 45.13% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 139 - color contains mainly: green. Hex color #678B42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678B42 is #9874BD. Grayscale: #787878. Windows color (decimal): -9991358 or 4361063. OLE color: 4361063.

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

Color convert

RGB10313966-
CMYK0.2600.530.45
HSL89.59º35.61%40.2%-
HSV(B)89.59º52.52%54.51%-
XYZ15.8121.748.52-
YUV119.9197.57115.94-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.44%
GREEN value IS 139 (54.69% from 255) = 45.13%
BLUE value IS 66 (26.17% from 255) = 21.43%
R=33.44%
G=45.13%
B=21.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal103139660.2600.530.4589.5935.6140.2
Hex678B421A0352D5a2428
Octal14721310232065551324450
Binary11001111000101110000101101001101011011011011010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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