#699048

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

Shades of Dingley #699048

Tints of Dingley #699048

Color information

#699048 (or 0x699048) is unknown color: approx Dingley. HEX triplet: 69, 90 and 48. RGB value is (105,144,72). Sum of RGB (Red+Green+Blue) = 105+144+72=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 144 - color contains mainly: green. Hex color #699048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699048 is #966FB7. Grayscale: #7C7C7C. Windows color (decimal): -9859000 or 4755561. OLE color: 4755561.

HSL color Cylindrical-coordinate representation of color #699048: hue angle of 92.5º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #699048 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB10514472-
CMYK0.2700.500.44
HSL92.5º33.33%42.35%-
HSV(B)92.5º50%56.47%-
XYZ16.9723.429.76-
YUV124.1398.58114.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.71%
GREEN value IS 144 (56.64% from 255) = 44.86%
BLUE value IS 72 (28.52% from 255) = 22.43%
R=32.71%
G=44.86%
B=22.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105144720.2700.500.4492.533.3342.35
Hex6990481B0322C5c212a
Octal15122011033062541344152
Binary11010011001000010010001101101100101011001011100100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699048; }

 p { color: rgb(105,144,72); }

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

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

 a { background-color: rgb(105,144,72); }

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

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

 span { border-color: rgb(105,144,72); }

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