#698444

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

Shades of Dingley #698444

Tints of Dingley #698444

Color information

#698444 (or 0x698444) is unknown color: approx Dingley. HEX triplet: 69, 84 and 44. RGB value is (105,132,68). Sum of RGB (Red+Green+Blue) = 105+132+68=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 132 - color contains mainly: green. Hex color #698444 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698444 is #967BBB. Grayscale: #747474. Windows color (decimal): -9862076 or 4490345. OLE color: 4490345.

HSL color Cylindrical-coordinate representation of color #698444: hue angle of 85.31º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #698444 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB10513268-
CMYK0.2000.480.48
HSL85.31º32%39.22%-
HSV(B)85.31º48.48%51.76%-
XYZ15.1219.928.52-
YUV116.63100.55119.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.43%
GREEN value IS 132 (51.95% from 255) = 43.28%
BLUE value IS 68 (26.95% from 255) = 22.30%
R=34.43%
G=43.28%
B=22.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105132680.2000.480.4885.313239.22
Hex6984441403030552027
Octal15120410424060601254047
Binary11010011000010010001001010001100001100001010101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698444; }

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

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

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

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

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

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

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

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