#698149

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

Shades of Dingley #698149

Tints of Dingley #698149

Color information

#698149 (or 0x698149) is unknown color: approx Dingley. HEX triplet: 69, 81 and 49. RGB value is (105,129,73). Sum of RGB (Red+Green+Blue) = 105+129+73=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 129 - color contains mainly: green. Hex color #698149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698149 is #967EB6. Grayscale: #737373. Windows color (decimal): -9862839 or 4817257. OLE color: 4817257.

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

Color convert

RGB10512973-
CMYK0.1900.430.49
HSL85.71º27.72%39.61%-
HSV(B)85.71º43.41%50.59%-
XYZ14.8819.189.22-
YUV115.44104.05120.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.20%
GREEN value IS 129 (50.78% from 255) = 42.02%
BLUE value IS 73 (28.91% from 255) = 23.78%
R=34.20%
G=42.02%
B=23.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105129730.1900.430.4985.7127.7239.61
Hex6981491302B31561c28
Octal15120111123053611263450
Binary1101001100000011001001100110101011110001101011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698149; }

 p { color: rgb(105,129,73); }

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

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

 a { background-color: rgb(105,129,73); }

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

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

 span { border-color: rgb(105,129,73); }

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