#668039

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

Shades of Dingley #668039

Tints of Dingley #668039

Color information

#668039 (or 0x668039) is unknown color: approx Dingley. HEX triplet: 66, 80 and 39. RGB value is (102,128,57). Sum of RGB (Red+Green+Blue) = 102+128+57=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 128 - color contains mainly: green. Hex color #668039 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668039 is #997FC6. Grayscale: #707070. Windows color (decimal): -10059719 or 3768422. OLE color: 3768422.

HSL color Cylindrical-coordinate representation of color #668039: hue angle of 81.97º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #668039 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB10212857-
CMYK0.2000.550.50
HSL81.97º38.38%36.27%-
HSV(B)81.97º55.47%50.2%-
XYZ13.9418.566.72-
YUV112.1396.89120.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.54%
GREEN value IS 128 (50.39% from 255) = 44.60%
BLUE value IS 57 (22.66% from 255) = 19.86%
R=35.54%
G=44.60%
B=19.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal102128570.2000.550.5081.9738.3836.27
Hex6680391403732522624
Octal1462007124067621224644
Binary1100110100000001110011010001101111100101010010100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668039; }

 p { color: rgb(102,128,57); }

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

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

 a { background-color: rgb(102,128,57); }

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

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

 span { border-color: rgb(102,128,57); }

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