#668148

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

Shades of Dingley #668148

Tints of Dingley #668148

Color information

#668148 (or 0x668148) is unknown color: approx Dingley. HEX triplet: 66, 81 and 48. RGB value is (102,129,72). Sum of RGB (Red+Green+Blue) = 102+129+72=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 129 - color contains mainly: green. Hex color #668148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668148 is #997EB7. Grayscale: #727272. Windows color (decimal): -10059448 or 4751718. OLE color: 4751718.

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

Color convert

RGB10212972-
CMYK0.2100.440.49
HSL88.42º28.36%39.41%-
HSV(B)88.42º44.19%50.59%-
XYZ14.518.999.03-
YUV114.43104.05119.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.66%
GREEN value IS 129 (50.78% from 255) = 42.57%
BLUE value IS 72 (28.52% from 255) = 23.76%
R=33.66%
G=42.57%
B=23.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102129720.2100.440.4988.4228.3639.41
Hex6681481502C31581c27
Octal14620111025054611303447
Binary1100110100000011001000101010101100110001101100011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668148; }

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

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

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

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

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

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

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

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