#668A3D

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

Shades of Dingley #668A3D

Tints of Dingley #668A3D

Color information

#668A3D (or 0x668A3D) is unknown color: approx Dingley. HEX triplet: 66, 8A and 3D. RGB value is (102,138,61). Sum of RGB (Red+Green+Blue) = 102+138+61=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 138 (54.30% from 255 or 45.85% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 138 - color contains mainly: green. Hex color #668A3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668A3D is #9975C2. Grayscale: #767676. Windows color (decimal): -10057155 or 4033126. OLE color: 4033126.

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

Color convert

RGB10213861-
CMYK0.2600.560.46
HSL88.05º38.69%39.02%-
HSV(B)88.05º55.8%54.12%-
XYZ15.4121.347.72-
YUV118.4695.57116.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.89%
GREEN value IS 138 (54.30% from 255) = 45.85%
BLUE value IS 61 (24.22% from 255) = 20.27%
R=33.89%
G=45.85%
B=20.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal102138610.2600.560.4688.0538.6939.02
Hex668A3D1A0382E582727
Octal1462127532070561304747
Binary1100110100010101111011101001110001011101011000100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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