#667B40

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

Shades of Dingley #667B40

Tints of Dingley #667B40

Color information

#667B40 (or 0x667B40) is unknown color: approx Dingley. HEX triplet: 66, 7B and 40. RGB value is (102,123,64). Sum of RGB (Red+Green+Blue) = 102+123+64=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 123 (48.44% from 255 or 42.56% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 123 - color contains mainly: green. Hex color #667B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667B40 is #9984BF. Grayscale: #6E6E6E. Windows color (decimal): -10060992 or 4225894. OLE color: 4225894.

HSL color Cylindrical-coordinate representation of color #667B40: hue angle of 81.36º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #667B40 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB10212364-
CMYK0.1700.480.52
HSL81.36º31.55%36.67%-
HSV(B)81.36º47.97%48.24%-
XYZ13.4917.367.49-
YUV109.99102.04122.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.29%
GREEN value IS 123 (48.44% from 255) = 42.56%
BLUE value IS 64 (25.39% from 255) = 22.15%
R=35.29%
G=42.56%
B=22.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal102123640.1700.480.5281.3631.5536.67
Hex667B401103034512025
Octal14617310021060641214045
Binary1100110111101110000001000101100001101001010001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,123,64); }

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

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

 a { background-color: rgb(102,123,64); }

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

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

 span { border-color: rgb(102,123,64); }

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