#698247

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

Shades of Dingley #698247

Tints of Dingley #698247

Color information

#698247 (or 0x698247) is unknown color: approx Dingley. HEX triplet: 69, 82 and 47. RGB value is (105,130,71). Sum of RGB (Red+Green+Blue) = 105+130+71=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 130 - color contains mainly: green. Hex color #698247 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698247 is #967DB8. Grayscale: #747474. Windows color (decimal): -9862585 or 4686441. OLE color: 4686441.

HSL color Cylindrical-coordinate representation of color #698247: hue angle of 85.42º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #698247 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB10513071-
CMYK0.1900.450.49
HSL85.42º29.35%39.41%-
HSV(B)85.42º45.38%50.98%-
XYZ14.9519.428.92-
YUV115.8102.72120.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.31%
GREEN value IS 130 (51.17% from 255) = 42.48%
BLUE value IS 71 (28.12% from 255) = 23.20%
R=34.31%
G=42.48%
B=23.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105130710.1900.450.4985.4229.3539.41
Hex6982471302D31551d27
Octal15120210723055611253547
Binary1101001100000101000111100110101101110001101010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698247; }

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

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

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

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

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

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

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

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