#698749

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

Shades of Dingley #698749

Tints of Dingley #698749

Color information

#698749 (or 0x698749) is unknown color: approx Dingley. HEX triplet: 69, 87 and 49. RGB value is (105,135,73). Sum of RGB (Red+Green+Blue) = 105+135+73=313 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.55% from 313); Green value is 135 (53.12% from 255 or 43.13% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 135 - color contains mainly: green. Hex color #698749 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698749 is #9678B6. Grayscale: #777777. Windows color (decimal): -9861303 or 4818793. OLE color: 4818793.

HSL color Cylindrical-coordinate representation of color #698749: hue angle of 89.03º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #698749 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB10513573-
CMYK0.2200.460.47
HSL89.03º29.81%40.78%-
HSV(B)89.03º45.93%52.94%-
XYZ15.6920.819.49-
YUV118.96102.06118.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.55%
GREEN value IS 135 (53.12% from 255) = 43.13%
BLUE value IS 73 (28.91% from 255) = 23.32%
R=33.55%
G=43.13%
B=23.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105135730.2200.460.4789.0329.8140.78
Hex6987491602E2F591e29
Octal15120711126056571313651
Binary1101001100001111001001101100101110101111101100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698749; }

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

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

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

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

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

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

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

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