#69784C

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

Shades of Dingley #69784C

Tints of Dingley #69784C

Color information

#69784C (or 0x69784C) is unknown color: approx Dingley. HEX triplet: 69, 78 and 4C. RGB value is (105,120,76). Sum of RGB (Red+Green+Blue) = 105+120+76=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 120 - color contains mainly: green. Hex color #69784C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69784C is #9687B3. Grayscale: #6E6E6E. Windows color (decimal): -9865140 or 5011561. OLE color: 5011561.

HSL color Cylindrical-coordinate representation of color #69784C: hue angle of 80.45º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #69784C is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB10512076-
CMYK0.1300.370.53
HSL80.45º22.45%38.43%-
HSV(B)80.45º36.67%47.06%-
XYZ13.8516.969.38-
YUV110.5108.53124.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.88%
GREEN value IS 120 (47.27% from 255) = 39.87%
BLUE value IS 76 (30.08% from 255) = 25.25%
R=34.88%
G=39.87%
B=25.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105120760.1300.370.5380.4522.4538.43
Hex69784CD02535501626
Octal15117011415045651202646
Binary11010011111000100110011010100101110101101000010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69784C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69784C; }

 p { color: rgb(105,120,76); }

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

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

 a { background-color: rgb(105,120,76); }

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

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

 span { border-color: rgb(105,120,76); }

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