#698744

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

Shades of Dingley #698744

Tints of Dingley #698744

Color information

#698744 (or 0x698744) is unknown color: approx Dingley. HEX triplet: 69, 87 and 44. RGB value is (105,135,68). Sum of RGB (Red+Green+Blue) = 105+135+68=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 135 - color contains mainly: green. Hex color #698744 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698744 is #9678BB. Grayscale: #767676. Windows color (decimal): -9861308 or 4491113. OLE color: 4491113.

HSL color Cylindrical-coordinate representation of color #698744: hue angle of 86.87º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #698744 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB10513568-
CMYK0.2200.500.47
HSL86.87º33%39.8%-
HSV(B)86.87º49.63%52.94%-
XYZ15.5320.758.66-
YUV118.3999.56118.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.09%
GREEN value IS 135 (53.12% from 255) = 43.83%
BLUE value IS 68 (26.95% from 255) = 22.08%
R=34.09%
G=43.83%
B=22.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105135680.2200.500.4786.873339.8
Hex698744160322F572128
Octal15120710426062571274150
Binary11010011000011110001001011001100101011111010111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698744; }

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

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

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

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

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

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

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

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