#668A41

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

Shades of Dingley #668A41

Tints of Dingley #668A41

Color information

#668A41 (or 0x668A41) is unknown color: approx Dingley. HEX triplet: 66, 8A and 41. RGB value is (102,138,65). Sum of RGB (Red+Green+Blue) = 102+138+65=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 138 - color contains mainly: green. Hex color #668A41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668A41 is #9975BE. Grayscale: #777777. Windows color (decimal): -10057151 or 4295270. OLE color: 4295270.

HSL color Cylindrical-coordinate representation of color #668A41: hue angle of 89.59º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #668A41 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB10213865-
CMYK0.2600.530.46
HSL89.59º35.96%39.8%-
HSV(B)89.59º52.9%54.12%-
XYZ15.5221.388.31-
YUV118.9197.57115.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.44%
GREEN value IS 138 (54.30% from 255) = 45.25%
BLUE value IS 65 (25.78% from 255) = 21.31%
R=33.44%
G=45.25%
B=21.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal102138650.2600.530.4689.5935.9639.8
Hex668A411A0352E5a2428
Octal14621210132065561324450
Binary11001101000101010000011101001101011011101011010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668A41; }

 p { color: rgb(102,138,65); }

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

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

 a { background-color: rgb(102,138,65); }

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

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

 span { border-color: rgb(102,138,65); }

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