#678148

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

Shades of Dingley #678148

Tints of Dingley #678148

Color information

#678148 (or 0x678148) is unknown color: approx Dingley. HEX triplet: 67, 81 and 48. RGB value is (103,129,72). Sum of RGB (Red+Green+Blue) = 103+129+72=304 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.88% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 129 - color contains mainly: green. Hex color #678148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678148 is #987EB7. Grayscale: #727272. Windows color (decimal): -9993912 or 4751719. OLE color: 4751719.

HSL color Cylindrical-coordinate representation of color #678148: hue angle of 87.37º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #678148 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB10312972-
CMYK0.2000.440.49
HSL87.37º28.36%39.41%-
HSV(B)87.37º44.19%50.59%-
XYZ14.6119.059.04-
YUV114.73103.89119.63-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.88%
GREEN value IS 129 (50.78% from 255) = 42.43%
BLUE value IS 72 (28.52% from 255) = 23.68%
R=33.88%
G=42.43%
B=23.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal103129720.2000.440.4987.3728.3639.41
Hex6781481402C31571c27
Octal14720111024054611273447
Binary1100111100000011001000101000101100110001101011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678148; }

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

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

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

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

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

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

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

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