#668546

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

Shades of Dingley #668546

Tints of Dingley #668546

Color information

#668546 (or 0x668546) is unknown color: approx Dingley. HEX triplet: 66, 85 and 46. RGB value is (102,133,70). Sum of RGB (Red+Green+Blue) = 102+133+70=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #668546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668546 is #997AB9. Grayscale: #747474. Windows color (decimal): -10058426 or 4621670. OLE color: 4621670.

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

Color convert

RGB10213370-
CMYK0.2300.470.48
HSL89.52º31.03%39.8%-
HSV(B)89.52º47.37%52.16%-
XYZ14.9720.048.87-
YUV116.55101.73117.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.44%
GREEN value IS 133 (52.34% from 255) = 43.61%
BLUE value IS 70 (27.73% from 255) = 22.95%
R=33.44%
G=43.61%
B=22.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102133700.2300.470.4889.5231.0339.8
Hex6685461702F305a1f28
Octal14620510627057601323750
Binary1100110100001011000110101110101111110000101101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668546; }

 p { color: rgb(102,133,70); }

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

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

 a { background-color: rgb(102,133,70); }

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

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

 span { border-color: rgb(102,133,70); }

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