#668437

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

Shades of Dingley #668437

Tints of Dingley #668437

Color information

#668437 (or 0x668437) is unknown color: approx Dingley. HEX triplet: 66, 84 and 37. RGB value is (102,132,55). Sum of RGB (Red+Green+Blue) = 102+132+55=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #668437 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668437 is #997BC8. Grayscale: #727272. Windows color (decimal): -10058697 or 3638374. OLE color: 3638374.

HSL color Cylindrical-coordinate representation of color #668437: hue angle of 83.38º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #668437 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB10213255-
CMYK0.2300.580.48
HSL83.38º41.18%36.67%-
HSV(B)83.38º58.33%51.76%-
XYZ14.4219.66.64-
YUV114.2594.56119.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.29%
GREEN value IS 132 (51.95% from 255) = 45.67%
BLUE value IS 55 (21.88% from 255) = 19.03%
R=35.29%
G=45.67%
B=19.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102132550.2300.580.4883.3841.1836.67
Hex6684371703A30532925
Octal1462046727072601235145
Binary1100110100001001101111011101110101100001010011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668437; }

 p { color: rgb(102,132,55); }

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

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

 a { background-color: rgb(102,132,55); }

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

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

 span { border-color: rgb(102,132,55); }

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