#699144

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

Shades of Dingley #699144

Tints of Dingley #699144

Color information

#699144 (or 0x699144) is unknown color: approx Dingley. HEX triplet: 69, 91 and 44. RGB value is (105,145,68). Sum of RGB (Red+Green+Blue) = 105+145+68=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #699144 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699144 is #966EBB. Grayscale: #7C7C7C. Windows color (decimal): -9858748 or 4493673. OLE color: 4493673.

HSL color Cylindrical-coordinate representation of color #699144: hue angle of 91.17º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #699144 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.

Color convert

RGB10514568-
CMYK0.2800.530.43
HSL91.17º36.15%41.76%-
HSV(B)91.17º53.1%56.86%-
XYZ16.9923.679.14-
YUV124.2696.25114.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.02%
GREEN value IS 145 (57.03% from 255) = 45.60%
BLUE value IS 68 (26.95% from 255) = 21.38%
R=33.02%
G=45.60%
B=21.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal105145680.2800.530.4391.1736.1541.76
Hex6991441C0352B5b242a
Octal15122110434065531334452
Binary11010011001000110001001110001101011010111011011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699144; }

 p { color: rgb(105,145,68); }

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

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

 a { background-color: rgb(105,145,68); }

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

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

 span { border-color: rgb(105,145,68); }

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