#667B45

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

Shades of Dingley #667B45

Tints of Dingley #667B45

Color information

#667B45 (or 0x667B45) is unknown color: approx Dingley. HEX triplet: 66, 7B and 45. RGB value is (102,123,69). Sum of RGB (Red+Green+Blue) = 102+123+69=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 123 (48.44% from 255 or 41.84% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 123 - color contains mainly: green. Hex color #667B45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667B45 is #9984BA. Grayscale: #6E6E6E. Windows color (decimal): -10060987 or 4553574. OLE color: 4553574.

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

Color convert

RGB10212369-
CMYK0.1700.440.52
HSL83.33º28.12%37.65%-
HSV(B)83.33º43.9%48.24%-
XYZ13.6417.428.27-
YUV110.56104.54121.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.69%
GREEN value IS 123 (48.44% from 255) = 41.84%
BLUE value IS 69 (27.34% from 255) = 23.47%
R=34.69%
G=41.84%
B=23.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal102123690.1700.440.5283.3328.1237.65
Hex667B451102C34531c26
Octal14617310521054641233446
Binary110011011110111000101100010101100110100101001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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