#698141

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

Shades of Dingley #698141

Tints of Dingley #698141

Color information

#698141 (or 0x698141) is unknown color: approx Dingley. HEX triplet: 69, 81 and 41. RGB value is (105,129,65). Sum of RGB (Red+Green+Blue) = 105+129+65=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 129 (50.78% from 255 or 43.14% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 129 - color contains mainly: green. Hex color #698141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698141 is #967EBE. Grayscale: #727272. Windows color (decimal): -9862847 or 4292969. OLE color: 4292969.

HSL color Cylindrical-coordinate representation of color #698141: hue angle of 82.5º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #698141 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB10512965-
CMYK0.1900.500.49
HSL82.5º32.99%38.04%-
HSV(B)82.5º49.61%50.59%-
XYZ14.6319.097.91-
YUV114.53100.05121.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.12%
GREEN value IS 129 (50.78% from 255) = 43.14%
BLUE value IS 65 (25.78% from 255) = 21.74%
R=35.12%
G=43.14%
B=21.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105129650.1900.500.4982.532.9938.04
Hex6981411303231522126
Octal15120110123062611224146
Binary11010011000000110000011001101100101100011010010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698141; }

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

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

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

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

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

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

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

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