#668150

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

Shades of Dingley #668150

Tints of Dingley #668150

Color information

#668150 (or 0x668150) is unknown color: approx Dingley. HEX triplet: 66, 81 and 50. RGB value is (102,129,80). Sum of RGB (Red+Green+Blue) = 102+129+80=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 129 - color contains mainly: green. Hex color #668150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668150 is #997EAF. Grayscale: #737373. Windows color (decimal): -10059440 or 5276006. OLE color: 5276006.

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

Color convert

RGB10212980-
CMYK0.2100.380.49
HSL93.06º23.44%40.98%-
HSV(B)93.06º37.98%50.59%-
XYZ14.7819.110.5-
YUV115.34108.05118.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.80%
GREEN value IS 129 (50.78% from 255) = 41.48%
BLUE value IS 80 (31.64% from 255) = 25.72%
R=32.80%
G=41.48%
B=25.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102129800.2100.380.4993.0623.4440.98
Hex66815015026315d1729
Octal14620112025046611352751
Binary1100110100000011010000101010100110110001101110110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668150; }

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

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

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

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

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

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

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

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