#667D3C

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

Shades of Dingley #667D3C

Tints of Dingley #667D3C

Color information

#667D3C (or 0x667D3C) is unknown color: approx Dingley. HEX triplet: 66, 7D and 3C. RGB value is (102,125,60). Sum of RGB (Red+Green+Blue) = 102+125+60=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 125 (49.22% from 255 or 43.55% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 125 - color contains mainly: green. Hex color #667D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667D3C is #9982C3. Grayscale: #6E6E6E. Windows color (decimal): -10060484 or 3964262. OLE color: 3964262.

HSL color Cylindrical-coordinate representation of color #667D3C: hue angle of 81.23º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #667D3C is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB10212560-
CMYK0.1800.520.51
HSL81.23º35.14%36.27%-
HSV(B)81.23º52%49.02%-
XYZ13.6317.827-
YUV110.7199.38121.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.54%
GREEN value IS 125 (49.22% from 255) = 43.55%
BLUE value IS 60 (23.83% from 255) = 20.91%
R=35.54%
G=43.55%
B=20.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal102125600.1800.520.5181.2335.1436.27
Hex667D3C1203433512324
Octal1461757422064631214344
Binary110011011111011111001001001101001100111010001100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667D3C; }

 p { color: rgb(102,125,60); }

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

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

 a { background-color: rgb(102,125,60); }

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

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

 span { border-color: rgb(102,125,60); }

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