#668542

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

Shades of Dingley #668542

Tints of Dingley #668542

Color information

#668542 (or 0x668542) is unknown color: approx Dingley. HEX triplet: 66, 85 and 42. RGB value is (102,133,66). Sum of RGB (Red+Green+Blue) = 102+133+66=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #668542 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668542 is #997ABD. Grayscale: #747474. Windows color (decimal): -10058430 or 4359526. OLE color: 4359526.

HSL color Cylindrical-coordinate representation of color #668542: hue angle of 87.76º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #668542 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB10213366-
CMYK0.2300.500.48
HSL87.76º33.67%39.02%-
HSV(B)87.76º50.38%52.16%-
XYZ14.8519.998.23-
YUV116.0999.73117.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.89%
GREEN value IS 133 (52.34% from 255) = 44.19%
BLUE value IS 66 (26.17% from 255) = 21.93%
R=33.89%
G=44.19%
B=21.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102133660.2300.500.4887.7633.6739.02
Hex6685421703230582227
Octal14620510227062601304247
Binary11001101000010110000101011101100101100001011000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668542; }

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

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

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

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

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

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

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

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