#667A40

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

Shades of Dingley #667A40

Tints of Dingley #667A40

Color information

#667A40 (or 0x667A40) is unknown color: approx Dingley. HEX triplet: 66, 7A and 40. RGB value is (102,122,64). Sum of RGB (Red+Green+Blue) = 102+122+64=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 122 (48.05% from 255 or 42.36% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 122 - color contains mainly: green. Hex color #667A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667A40 is #9985BF. Grayscale: #6D6D6D. Windows color (decimal): -10061248 or 4225638. OLE color: 4225638.

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

Color convert

RGB10212264-
CMYK0.1600.480.52
HSL80.69º31.18%36.47%-
HSV(B)80.69º47.54%47.84%-
XYZ13.3617.117.45-
YUV109.41102.37122.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.42%
GREEN value IS 122 (48.05% from 255) = 42.36%
BLUE value IS 64 (25.39% from 255) = 22.22%
R=35.42%
G=42.36%
B=22.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal102122640.1600.480.5280.6931.1836.47
Hex667A401003034511f24
Octal14617210020060641213744
Binary110011011110101000000100000110000110100101000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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