#69814C

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

Shades of Dingley #69814C

Tints of Dingley #69814C

Color information

#69814C (or 0x69814C) is unknown color: approx Dingley. HEX triplet: 69, 81 and 4C. RGB value is (105,129,76). Sum of RGB (Red+Green+Blue) = 105+129+76=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 129 - color contains mainly: green. Hex color #69814C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69814C is #967EB3. Grayscale: #737373. Windows color (decimal): -9862836 or 5013865. OLE color: 5013865.

HSL color Cylindrical-coordinate representation of color #69814C: hue angle of 87.17º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #69814C is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB10512976-
CMYK0.1900.410.49
HSL87.17º25.85%40.2%-
HSV(B)87.17º41.09%50.59%-
XYZ14.9819.239.76-
YUV115.78105.55120.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.87%
GREEN value IS 129 (50.78% from 255) = 41.61%
BLUE value IS 76 (30.08% from 255) = 24.52%
R=33.87%
G=41.61%
B=24.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105129760.1900.410.4987.1725.8540.2
Hex69814C1302931571a28
Octal15120111423051611273250
Binary1101001100000011001100100110101001110001101011111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69814C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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