#69824B

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

Shades of Dingley #69824B

Tints of Dingley #69824B

Color information

#69824B (or 0x69824B) is unknown color: approx Dingley. HEX triplet: 69, 82 and 4B. RGB value is (105,130,75). Sum of RGB (Red+Green+Blue) = 105+130+75=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #69824B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69824B is #967DB4. Grayscale: #747474. Windows color (decimal): -9862581 or 4948585. OLE color: 4948585.

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

Color convert

RGB10513075-
CMYK0.1900.420.49
HSL87.27º26.83%40.2%-
HSV(B)87.27º42.31%50.98%-
XYZ15.0819.489.62-
YUV116.26104.72119.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.87%
GREEN value IS 130 (51.17% from 255) = 41.94%
BLUE value IS 75 (29.69% from 255) = 24.19%
R=33.87%
G=41.94%
B=24.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105130750.1900.420.4987.2726.8340.2
Hex69824B1302A31571b28
Octal15120211323052611273350
Binary1101001100000101001011100110101010110001101011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69824B; }

 p { color: rgb(105,130,75); }

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

<style>
 a { background-color: #69824B; }

 a { background-color: rgb(105,130,75); }

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

<style>
 span { border-color: #69824B; }

 span { border-color: rgb(105,130,75); }

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