#668748

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

Shades of Dingley #668748

Tints of Dingley #668748

Color information

#668748 (or 0x668748) is unknown color: approx Dingley. HEX triplet: 66, 87 and 48. RGB value is (102,135,72). Sum of RGB (Red+Green+Blue) = 102+135+72=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 135 - color contains mainly: green. Hex color #668748 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668748 is #9978B7. Grayscale: #767676. Windows color (decimal): -10057912 or 4753254. OLE color: 4753254.

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

Color convert

RGB10213572-
CMYK0.2400.470.47
HSL91.43º30.43%40.59%-
HSV(B)91.43º46.67%52.94%-
XYZ15.3120.629.3-
YUV117.95102.07116.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.01%
GREEN value IS 135 (53.12% from 255) = 43.69%
BLUE value IS 72 (28.52% from 255) = 23.30%
R=33.01%
G=43.69%
B=23.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102135720.2400.470.4791.4330.4340.59
Hex6687481802F2F5b1e29
Octal14620711030057571333651
Binary1100110100001111001000110000101111101111101101111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668748; }

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

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

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

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

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

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

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

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