#668239

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

Shades of Dingley #668239

Tints of Dingley #668239

Color information

#668239 (or 0x668239) is unknown color: approx Dingley. HEX triplet: 66, 82 and 39. RGB value is (102,130,57). Sum of RGB (Red+Green+Blue) = 102+130+57=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 57 (22.66% from 255 or 19.72% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #668239 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668239 is #997DC6. Grayscale: #717171. Windows color (decimal): -10059207 or 3768934. OLE color: 3768934.

HSL color Cylindrical-coordinate representation of color #668239: hue angle of 83.01º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #668239 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB10213057-
CMYK0.2200.560.49
HSL83.01º39.04%36.67%-
HSV(B)83.01º56.15%50.98%-
XYZ14.219.096.81-
YUV113.3196.22119.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.29%
GREEN value IS 130 (51.17% from 255) = 44.98%
BLUE value IS 57 (22.66% from 255) = 19.72%
R=35.29%
G=44.98%
B=19.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102130570.2200.560.4983.0139.0436.67
Hex6682391603831532725
Octal1462027126070611234745
Binary1100110100000101110011011001110001100011010011100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668239; }

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

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

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

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

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

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

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

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