#668144

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

Shades of Dingley #668144

Tints of Dingley #668144

Color information

#668144 (or 0x668144) is unknown color: approx Dingley. HEX triplet: 66, 81 and 44. RGB value is (102,129,68). Sum of RGB (Red+Green+Blue) = 102+129+68=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 129 (50.78% from 255 or 43.14% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 129 - color contains mainly: green. Hex color #668144 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668144 is #997EBB. Grayscale: #727272. Windows color (decimal): -10059452 or 4489574. OLE color: 4489574.

HSL color Cylindrical-coordinate representation of color #668144: hue angle of 86.56º 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 #668144 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB10212968-
CMYK0.2100.470.49
HSL86.56º30.96%38.63%-
HSV(B)86.56º47.29%50.59%-
XYZ14.3718.948.37-
YUV113.97102.05119.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.11%
GREEN value IS 129 (50.78% from 255) = 43.14%
BLUE value IS 68 (26.95% from 255) = 22.74%
R=34.11%
G=43.14%
B=22.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102129680.2100.470.4986.5630.9638.63
Hex6681441502F31571f27
Octal14620110425057611273747
Binary1100110100000011000100101010101111110001101011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668144; }

 p { color: rgb(102,129,68); }

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

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

 a { background-color: rgb(102,129,68); }

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

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

 span { border-color: rgb(102,129,68); }

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