#668746

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

Shades of Dingley #668746

Tints of Dingley #668746

Color information

#668746 (or 0x668746) is unknown color: approx Dingley. HEX triplet: 66, 87 and 46. RGB value is (102,135,70). Sum of RGB (Red+Green+Blue) = 102+135+70=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 135 - color contains mainly: green. Hex color #668746 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668746 is #9978B9. Grayscale: #757575. Windows color (decimal): -10057914 or 4622182. OLE color: 4622182.

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

Color convert

RGB10213570-
CMYK0.2400.480.47
HSL90.46º31.71%40.2%-
HSV(B)90.46º48.15%52.94%-
XYZ15.2520.598.97-
YUV117.72101.07116.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.22%
GREEN value IS 135 (53.12% from 255) = 43.97%
BLUE value IS 70 (27.73% from 255) = 22.80%
R=33.22%
G=43.97%
B=22.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102135700.2400.480.4790.4631.7140.2
Hex668746180302F5a2028
Octal14620710630060571324050
Binary11001101000011110001101100001100001011111011010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668746; }

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

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

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

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

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

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

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

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