#69784A

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

Shades of Dingley #69784A

Tints of Dingley #69784A

Color information

#69784A (or 0x69784A) is unknown color: approx Dingley. HEX triplet: 69, 78 and 4A. RGB value is (105,120,74). Sum of RGB (Red+Green+Blue) = 105+120+74=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 120 - color contains mainly: green. Hex color #69784A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69784A is #9687B5. Grayscale: #6E6E6E. Windows color (decimal): -9865142 or 4880489. OLE color: 4880489.

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

Color convert

RGB10512074-
CMYK0.1300.380.53
HSL79.57º23.71%38.04%-
HSV(B)79.57º38.33%47.06%-
XYZ13.7816.939.02-
YUV110.27107.53124.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.12%
GREEN value IS 120 (47.27% from 255) = 40.13%
BLUE value IS 74 (29.30% from 255) = 24.75%
R=35.12%
G=40.13%
B=24.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105120740.1300.380.5379.5723.7138.04
Hex69784AD02635501826
Octal15117011215046651203046
Binary11010011111000100101011010100110110101101000011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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