#668345

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

Shades of Dingley #668345

Tints of Dingley #668345

Color information

#668345 (or 0x668345) is unknown color: approx Dingley. HEX triplet: 66, 83 and 45. RGB value is (102,131,69). Sum of RGB (Red+Green+Blue) = 102+131+69=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 131 - color contains mainly: green. Hex color #668345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668345 is #997CBA. Grayscale: #737373. Windows color (decimal): -10058939 or 4555622. OLE color: 4555622.

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

Color convert

RGB10213169-
CMYK0.2200.470.49
HSL88.06º31%39.22%-
HSV(B)88.06º47.33%51.37%-
XYZ14.6719.498.62-
YUV115.26101.89118.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.77%
GREEN value IS 131 (51.56% from 255) = 43.38%
BLUE value IS 69 (27.34% from 255) = 22.85%
R=33.77%
G=43.38%
B=22.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102131690.2200.470.4988.063139.22
Hex6683451602F31581f27
Octal14620310526057611303747
Binary1100110100000111000101101100101111110001101100011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668345; }

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

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

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

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

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

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

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

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