#699447

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

Shades of Dingley #699447

Tints of Dingley #699447

Color information

#699447 (or 0x699447) is unknown color: approx Dingley. HEX triplet: 69, 94 and 47. RGB value is (105,148,71). Sum of RGB (Red+Green+Blue) = 105+148+71=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 148 - color contains mainly: green. Hex color #699447 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699447 is #966BB8. Grayscale: #7E7E7E. Windows color (decimal): -9857977 or 4691049. OLE color: 4691049.

HSL color Cylindrical-coordinate representation of color #699447: hue angle of 93.51º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #699447 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB10514871-
CMYK0.2900.520.42
HSL93.51º35.16%42.94%-
HSV(B)93.51º52.03%58.04%-
XYZ17.5524.649.79-
YUV126.3696.75112.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.41%
GREEN value IS 148 (58.20% from 255) = 45.68%
BLUE value IS 71 (28.12% from 255) = 21.91%
R=32.41%
G=45.68%
B=21.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105148710.2900.520.4293.5135.1642.94
Hex6994471D0342A5e232b
Octal15122410735064521364353
Binary11010011001010010001111110101101001010101011110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699447; }

 p { color: rgb(105,148,71); }

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

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

 a { background-color: rgb(105,148,71); }

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

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

 span { border-color: rgb(105,148,71); }

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