#668243

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

Shades of Dingley #668243

Tints of Dingley #668243

Color information

#668243 (or 0x668243) is unknown color: approx Dingley. HEX triplet: 66, 82 and 43. RGB value is (102,130,67). Sum of RGB (Red+Green+Blue) = 102+130+67=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 67 (26.56% from 255 or 22.41% from 299); Max value from RGB is 130 - color contains mainly: green. Hex color #668243 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668243 is #997DBC. Grayscale: #727272. Windows color (decimal): -10059197 or 4424294. OLE color: 4424294.

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

Color convert

RGB10213067-
CMYK0.2200.480.49
HSL86.67º31.98%38.63%-
HSV(B)86.67º48.46%50.98%-
XYZ14.4819.28.25-
YUV114.45101.22119.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.11%
GREEN value IS 130 (51.17% from 255) = 43.48%
BLUE value IS 67 (26.56% from 255) = 22.41%
R=34.11%
G=43.48%
B=22.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102130670.2200.480.4986.6731.9838.63
Hex6682431603031572027
Octal14620210326060611274047
Binary11001101000001010000111011001100001100011010111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668243; }

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

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

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

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

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

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

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

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