#668136

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

Shades of Dingley #668136

Tints of Dingley #668136

Color information

#668136 (or 0x668136) is unknown color: approx Dingley. HEX triplet: 66, 81 and 36. RGB value is (102,129,54). Sum of RGB (Red+Green+Blue) = 102+129+54=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 129 - color contains mainly: green. Hex color #668136 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668136 is #997EC9. Grayscale: #707070. Windows color (decimal): -10059466 or 3572070. OLE color: 3572070.

HSL color Cylindrical-coordinate representation of color #668136: hue angle of 81.6º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #668136 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB10212954-
CMYK0.2100.580.49
HSL81.6º40.98%35.88%-
HSV(B)81.6º58.14%50.59%-
XYZ1418.796.38-
YUV112.3895.05120.6-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.79%
GREEN value IS 129 (50.78% from 255) = 45.26%
BLUE value IS 54 (21.48% from 255) = 18.95%
R=35.79%
G=45.26%
B=18.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102129540.2100.580.4981.640.9835.88
Hex6681361503A31522924
Octal1462016625072611225144
Binary1100110100000011101101010101110101100011010010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668136; }

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

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

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

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

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

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

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

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